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
!11453
Closes
#3512558
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Closed
Closes
#3512558
issue/drupal-3512558:3512558-ci-run-unit
into
11.x
Overview
0
Commits
5
Pipelines
5
Changes
1
Closed
Closes #3512558
mondrake
requested to merge
issue/drupal-3512558:3512558-ci-run-unit
into
11.x
6 months ago
Overview
0
Commits
5
Pipelines
5
Changes
1
Closes
#3512558
0
0
Merge request reports
Compare
11.x
version 4
6f347d34
6 months ago
version 3
1b351b29
6 months ago
version 2
b1f250e2
6 months ago
version 1
c3759615
6 months ago
11.x (base)
and
latest version
latest version
ea6c8532
5 commits,
6 months ago
version 4
6f347d34
4 commits,
6 months ago
version 3
1b351b29
3 commits,
6 months ago
version 2
b1f250e2
2 commits,
6 months ago
version 1
c3759615
1 commit,
6 months ago
1 file
+
9
−
0
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.gitlab-ci.yml
+
9
−
0
View file @ ea6c8532
Edit in single-file editor
Open in Web IDE
Show full file
@@ -514,6 +514,15 @@ default:
@@ -514,6 +514,15 @@ default:
CONCURRENCY
:
24
CONCURRENCY
:
24
_TARGET_PHP
:
"
8.4-ubuntu"
_TARGET_PHP
:
"
8.4-ubuntu"
'
⚡️
PHPUnit
Unit
tests
on
PHP
8.5'
:
<<
:
[
*default-job-settings-lint
,
*default-phpunit-job-settings
]
allow_failure
:
true
variables
:
TESTSUITE
:
PHPUnit-Unit
KUBERNETES_CPU_REQUEST
:
"
8"
CONCURRENCY
:
24
_TARGET_PHP
:
"
8.5-ubuntu"
'
✅️
PHPStan
rules
tests'
:
'
✅️
PHPStan
rules
tests'
:
<<
:
[
*default-job-settings-lint
]
<<
:
[
*default-job-settings-lint
]
stage
:
🪄 Lint
stage
:
🪄 Lint
Loading