Issue #3469070 by catch, smustgrave: Reduce CPU request for Nightwatch job
(cherry picked from commit 2258a66bdc
)
merge-requests/9339/head
parent
5bed46c99a
commit
2d8df6ac4c
|
@ -178,7 +178,7 @@ variables:
|
|||
'🦉️️️ Nightwatch':
|
||||
<<: [ *with-composer-and-yarn, *default-job-settings ]
|
||||
variables:
|
||||
KUBERNETES_CPU_REQUEST: "24"
|
||||
KUBERNETES_CPU_REQUEST: "16"
|
||||
services:
|
||||
- <<: *with-database
|
||||
- <<: *with-chrome
|
||||
|
|
Loading…
Reference in New Issue