Issue #3467391 by catch, smustgrave: Reduce CPU requirement and concurrency for unit tests
(cherry picked from commit f8d6615756
)
merge-requests/9339/head
parent
c1de768e72
commit
7d4385451b
|
@ -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 ]
|
||||
|
|
Loading…
Reference in New Issue