Verified Commit f8d66157 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

parent 63980670
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

'✅️ PHPStan Tests':
  <<: [ *default-job-settings ]