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
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!5334
Check resolv.conf.
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Check resolv.conf.
issue/drupal-3180410:3180410-longwave-patch-testing
into
11.x
Overview
0
Commits
1
Pipelines
4
Changes
1
Open
Check resolv.conf.
Dave Long
requested to merge
issue/drupal-3180410:3180410-longwave-patch-testing
into
11.x
Nov 10, 2023
Overview
0
Commits
1
Pipelines
4
Changes
1
Closes
#3180410
0
0
Merge request reports
Compare
11.x
version 3
84b17365
Nov 10, 2023
version 2
a162eb53
Nov 10, 2023
version 1
ba6dd6b1
Nov 10, 2023
11.x (base)
and
latest version
latest version
807a606f
1 commit,
Nov 10, 2023
version 3
84b17365
2 commits,
Nov 10, 2023
version 2
a162eb53
2 commits,
Nov 10, 2023
version 1
ba6dd6b1
1 commit,
Nov 10, 2023
1 file
+
2
−
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
+
2
−
2
View file @ 807a606f
Edit in single-file editor
Open in Web IDE
Show full file
@@ -197,11 +197,11 @@ stages:
'
🖱️️️
PHPUnit
Functional
Javascript'
:
<<
:
[
*with-composer
,
*phpunit-artifacts
,
*setup-webserver
,
*run-tests
,
*default-job-settings
]
parallel
:
2
parallel
:
3
variables
:
<<
:
*test-variables
TESTSUITE
:
PHPUnit-FunctionalJavascript
CONCURRENCY
:
1
5
CONCURRENCY
:
1
0
KUBERNETES_CPU_REQUEST
:
"
8"
services
:
-
<<
:
*with-database
Loading