Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal-3419894
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
drupal-3419894
Commits
89b19310
Verified
Commit
89b19310
authored
1 year ago
by
Dave Long
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3411921
by catch: Start FunctionalJavaScript tests before Functional tests
(cherry picked from commit
b7f45944
)
parent
012776a0
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci/pipeline.yml
+18
-18
18 additions, 18 deletions
.gitlab-ci/pipeline.yml
with
18 additions
and
18 deletions
.gitlab-ci/pipeline.yml
+
18
−
18
View file @
89b19310
...
...
@@ -112,15 +112,6 @@ variables:
# Documentation: https://docs.gitlab.com/ee/ci/jobs/
################
'
🌐️️
PHPUnit
Functional'
:
<<
:
[
*with-composer
,
*run-tests
,
*default-job-settings
]
parallel
:
7
variables
:
TESTSUITE
:
PHPUnit-Functional
KUBERNETES_CPU_REQUEST
:
"
24"
services
:
-
<<
:
*with-database
'
🩹
Test-only
changes'
:
<<
:
[
*with-composer
,
*default-job-settings
]
when
:
manual
...
...
@@ -131,15 +122,6 @@ variables:
script
:
-
$CI_PROJECT_DIR/.gitlab-ci/scripts/test-only.sh
'
⚙️️
PHPUnit
Kernel'
:
<<
:
[
*with-composer
,
*run-tests
,
*default-job-settings
]
parallel
:
2
variables
:
TESTSUITE
:
PHPUnit-Kernel
KUBERNETES_CPU_REQUEST
:
"
16"
services
:
-
<<
:
*with-database
'
🖱️️️
PHPUnit
Functional
Javascript'
:
<<
:
[
*with-composer
,
*run-tests
,
*default-job-settings
]
parallel
:
2
...
...
@@ -154,6 +136,24 @@ variables:
-
sed -i "s#$CI_PROJECT_DIR/##" ./sites/default/files/simpletest/phpunit-*.xml ||
true
-
cp /builds/chromedriver.log ./
'
🌐️️
PHPUnit
Functional'
:
<<
:
[
*with-composer
,
*run-tests
,
*default-job-settings
]
parallel
:
7
variables
:
TESTSUITE
:
PHPUnit-Functional
KUBERNETES_CPU_REQUEST
:
"
24"
services
:
-
<<
:
*with-database
'
⚙️️
PHPUnit
Kernel'
:
<<
:
[
*with-composer
,
*run-tests
,
*default-job-settings
]
parallel
:
2
variables
:
TESTSUITE
:
PHPUnit-Kernel
KUBERNETES_CPU_REQUEST
:
"
16"
services
:
-
<<
:
*with-database
'
👷️️️
PHPUnit
Build'
:
<<
:
[
*with-composer
,
*run-tests
,
*default-job-settings
]
variables
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment