Skip to content
Snippets Groups Projects
Unverified Commit 2f667837 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3532914 by catch, mondrake: Try to reduce Unit test CPU requests

parent 7ed859f2
No related branches found
No related tags found
No related merge requests found
Pipeline #541699 passed
Pipeline: drupal

#541701

    ......@@ -556,7 +556,7 @@ default:
    <<: [ *default-job-settings-lint, *default-phpunit-job-settings ]
    variables:
    TESTSUITE: PHPUnit-Unit
    KUBERNETES_CPU_REQUEST: "8"
    KUBERNETES_CPU_REQUEST: "4"
    CONCURRENCY: 24
    _TARGET_PHP: "8.3-ubuntu"
    ......@@ -564,7 +564,7 @@ default:
    <<: [ *default-job-settings-lint, *default-phpunit-job-settings ]
    variables:
    TESTSUITE: PHPUnit-Unit
    KUBERNETES_CPU_REQUEST: "8"
    KUBERNETES_CPU_REQUEST: "4"
    CONCURRENCY: 24
    _TARGET_PHP: "8.4-ubuntu"
    ......@@ -573,7 +573,7 @@ default:
    allow_failure: true
    variables:
    TESTSUITE: PHPUnit-Unit
    KUBERNETES_CPU_REQUEST: "8"
    KUBERNETES_CPU_REQUEST: "4"
    CONCURRENCY: 24
    _TARGET_PHP: "8.5-ubuntu"
    ......
    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Please register or to comment