Commit 88ad1af6 authored by catch's avatar catch
Browse files

fix: #3558753 [CI] Performance pipeline execution drops metrics report indicators

By: @mondrake
By: @alexpott
(cherry picked from commit 6625dbc9)
parent a7090c15
Loading
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
@@ -490,7 +490,6 @@ default:
      - core/.cspellcache

'🧹 PHP Static Analysis (phpstan)':
  <<: [ *default-job-settings-lint ]
  stage: 🪄 Lint
  variables:
    KUBERNETES_CPU_REQUEST: "4"
@@ -681,18 +680,18 @@ default:
    _TARGET_PHP: "8.5-ubuntu"

'⚡️ Component unit tests on PHP 8.3':
  <<: [ *default-job-settings-lint, *default-component-unit-test-job-settings ]
  <<: [ *default-component-unit-test-job-settings ]
  variables:
    KUBERNETES_CPU_REQUEST: "2"
    _TARGET_PHP: "8.3-ubuntu"

'⚡️ Component unit tests on PHP 8.4':
  <<: [ *default-job-settings-lint, *default-component-unit-test-job-settings ]
  <<: [ *default-component-unit-test-job-settings ]
  variables:
    KUBERNETES_CPU_REQUEST: "2"

'⚡️ Component unit tests on PHP 8.5':
  <<: [ *default-job-settings-lint, *default-component-unit-test-job-settings ]
  <<: [ *default-component-unit-test-job-settings ]
  variables:
    KUBERNETES_CPU_REQUEST: "2"
    _TARGET_PHP: "8.5-ubuntu"