Verified Commit 7d438545 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

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

(cherry picked from commit f8d66157)
parent c1de768e
Loading
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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 ]