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
Commits
2f667837
Unverified
Commit
2f667837
authored
2 weeks ago
by
Alex Pott
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3532914
by catch, mondrake: Try to reduce Unit test CPU requests
parent
7ed859f2
No related branches found
No related tags found
No related merge requests found
Pipeline
#541699
passed
2 weeks ago
Stage: 🪄 Lint
Stage: 🗜️ Test
Pipeline: drupal
#541701
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-3
3 additions, 3 deletions
.gitlab-ci.yml
with
3 additions
and
3 deletions
.gitlab-ci.yml
+
3
−
3
View file @
2f667837
...
...
@@ -556,7 +556,7 @@ default:
<<
:
[
*default-job-settings-lint
,
*default-phpunit-job-settings
]
variables
:
TESTSUITE
:
PHPUnit-Unit
KUBERNETES_CPU_REQUEST
:
"
8
"
KUBERNETES_CPU_REQUEST
:
"
4
"
CONCURRENCY
:
24
_TARGET_PHP
:
"
8.3-ubuntu"
...
...
@@ -564,7 +564,7 @@ default:
<<
:
[
*default-job-settings-lint
,
*default-phpunit-job-settings
]
variables
:
TESTSUITE
:
PHPUnit-Unit
KUBERNETES_CPU_REQUEST
:
"
8
"
KUBERNETES_CPU_REQUEST
:
"
4
"
CONCURRENCY
:
24
_TARGET_PHP
:
"
8.4-ubuntu"
...
...
@@ -573,7 +573,7 @@ default:
allow_failure
:
true
variables
:
TESTSUITE
:
PHPUnit-Unit
KUBERNETES_CPU_REQUEST
:
"
8
"
KUBERNETES_CPU_REQUEST
:
"
4
"
CONCURRENCY
:
24
_TARGET_PHP
:
"
8.5-ubuntu"
...
...
This diff is collapsed.
Click to expand it.
Alex Pott
@alexpott
mentioned in commit
c02fefb6
·
2 weeks ago
mentioned in commit
c02fefb6
mentioned in commit c02fefb64be6cb0b9ad9d0aeef086dc8b692addb
Toggle commit list
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