Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
4 merge requests!11958Issue #3490507 by alexpott, smustgrave: Fix bogus mocking in...,!11769Issue #3517987: Add option to contextual filters to encode slashes in query parameter.,!11185Issue #3477324 by andypost, alexpott: Fix usage of str_getcsv() and fgetcsv() for PHP 8.4,!9944Issue #3483353: Consider making the createCopy config action optionally fail...
Pipeline #252715 passed
......@@ -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 ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment