Issue #3467391 by catch, smustgrave: Reduce CPU requirement and concurrency for unit tests

(cherry picked from commit f8d6615756)
merge-requests/9339/head
nod_ 2024-08-13 12:14:14 +02:00
parent c1de768e72
commit 7d4385451b
No known key found for this signature in database
GPG Key ID: 76624892606FA197
1 changed files with 2 additions and 1 deletions

View File

@ -171,7 +171,8 @@ variables:
- <<: *with-database
variables:
TESTSUITE: PHPUnit-Unit
KUBERNETES_CPU_REQUEST: "16"
KUBERNETES_CPU_REQUEST: "1"
CONCURRENCY: 6
'🦉️️️ Nightwatch':
<<: [ *with-composer-and-yarn, *default-job-settings ]