Skip to content
Snippets Groups Projects
Commit f9037be4 authored by catch's avatar catch
Browse files

Issue #3405242 by fjgarlin: GitLab CI pods load too high when running multiple...

Issue #3405242 by fjgarlin: GitLab CI pods load too high when running multiple pipelines at the same time
parent e687d46e
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ variables:
variables:
TESTSUITE: PHPUnit-FunctionalJavascript
CONCURRENCY: 15
KUBERNETES_CPU_REQUEST: "8"
KUBERNETES_CPU_REQUEST: "24"
services:
- <<: *with-database
- <<: *with-chrome
......@@ -175,7 +175,7 @@ variables:
'🦉️️️ Nightwatch':
<<: [ *with-composer-and-yarn, *default-job-settings ]
variables:
KUBERNETES_CPU_REQUEST: "3"
KUBERNETES_CPU_REQUEST: "24"
services:
- <<: *with-database
- <<: *with-chrome
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment