Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!8911
Fix performance tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Fix performance tests
issue/drupal-3463534:3463534-performance-test-gitlab
into
11.x
Overview
0
Commits
12
Pipelines
15
Changes
1
Open
Alex Pott
requested to merge
issue/drupal-3463534:3463534-performance-test-gitlab
into
11.x
10 months ago
Overview
0
Commits
12
Pipelines
15
Changes
1
Expand
Closes
#3463534
0
0
Merge request reports
Compare
11.x
version 13
8b4d4eed
10 months ago
version 12
6365ea61
10 months ago
version 11
89f7c1af
10 months ago
version 10
c2fd16bf
10 months ago
version 9
22874c05
10 months ago
version 8
bddd6210
10 months ago
version 7
53498684
10 months ago
version 6
47917429
10 months ago
version 5
81d8ffd5
10 months ago
version 4
01898535
10 months ago
version 3
8232dc0a
10 months ago
version 2
e1d659e8
10 months ago
version 1
c4661dfe
10 months ago
11.x (base)
and
latest version
latest version
b6eecfa6
12 commits,
10 months ago
version 13
8b4d4eed
11 commits,
10 months ago
version 12
6365ea61
13 commits,
10 months ago
version 11
89f7c1af
12 commits,
10 months ago
version 10
c2fd16bf
11 commits,
10 months ago
version 9
22874c05
10 commits,
10 months ago
version 8
bddd6210
9 commits,
10 months ago
version 7
53498684
8 commits,
10 months ago
version 6
47917429
7 commits,
10 months ago
version 5
81d8ffd5
5 commits,
10 months ago
version 4
01898535
4 commits,
10 months ago
version 3
8232dc0a
3 commits,
10 months ago
version 2
e1d659e8
2 commits,
10 months ago
version 1
c4661dfe
1 commit,
10 months ago
1 file
+
3
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
.gitlab-ci/pipeline.yml
+
3
−
2
Options
@@ -283,14 +283,15 @@ variables:
<<
:
[
*with-composer
,
*default-job-settings
]
rules
:
-
if
:
$PERFORMANCE_TEST == "1"
-
when
:
manual
variables
:
KUBERNETES_CPU_REQUEST
:
"
24"
MINK_DRIVER_ARGS_WEBDRIVER
:
'
["chrome",
{"browserName":"chrome",
"goog:chromeOptions":{"
w3c":
true,
"args":["--no-sandbox","--ignore-certificate-errors
",
"--
allow-insecure-localhost
",
"--headless",
"--dns-prefetch-disable",
"--no-sandbox"]}},
"http://
selenium:4444
"]'
MINK_DRIVER_ARGS_WEBDRIVER
:
'
["chrome",
{"browserName":"chrome","goog:chromeOptions":{"
args":["--disable-dev-shm-usage
","--
disable-gpu
","--headless","--no-sandbox"]}},
"http://
chrome:9515
"]'
tags
:
-
performance-test-runner
services
:
-
<<
:
*with-database
-
<<
:
*with-
selenium-
chrome
-
<<
:
*with-chrome
script
:
# Determine DB driver.
-
|
Loading