Commit 4d82ebf8 authored by catch's avatar catch
Browse files

Issue #3539923 by acbramley, mondrake: Allow PHPUnit build and Nightwatch jobs to retry once

(cherry picked from commit cc436a7b)
parent a14b2431
Loading
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ variables:

'👷️️️ PHPUnit Build':
  <<: [ *with-composer, *run-tests, *default-job-settings ]
  retry: 1
  variables:
    TESTSUITE: PHPUnit-Build
    KUBERNETES_CPU_REQUEST: "8"
@@ -185,6 +186,7 @@ variables:

'🦉️️️ Nightwatch':
  <<: [ *with-composer-and-yarn, *default-job-settings ]
  retry: 1
  variables:
    KUBERNETES_CPU_REQUEST: "16"
  services: