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

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

(cherry picked from commit 2f667837)
parent ef781e50
Branches
No related tags found
5 merge requests!12812Issue #3527142 by andypost, catch, longwave, xjm: Update Composer and...,!12811Issue #3527142 by andypost, catch, longwave, xjm: Update Composer and...,!12686Draft: Issue #3535330: Assets paths in CSS no longer rewritten when aggregation is enabled,!12661Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...,!12660Issue #3255804 by godotislate, longwave, berdir, alexpott, catch, andypost,...
Pipeline #541673 passed with warnings
Pipeline: drupal

#541703

    Pipeline: drupal

    #541691

      Pipeline: drupal

      #541680

        ......@@ -529,7 +529,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"
        ......@@ -537,7 +537,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"
        ......@@ -546,7 +546,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