Commit 0213c58f 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

(cherry picked from commit f9037be4)
parent 4ae3c265
Loading
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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