CI: Do not fail fast. (#13130)

Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
k8s-infra-cherrypick-robot 2025-03-31 04:52:56 -07:00 committed by GitHub
parent c2a9671f66
commit 63d42c2750
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 0 deletions

View file

@ -269,6 +269,7 @@ jobs:
if: fromJSON(needs.changes.outputs.charts) || fromJSON(needs.changes.outputs.baseimage) || fromJSON(github.event.workflow_dispatch.run_e2e)
strategy:
fail-fast: false
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
@ -300,6 +301,7 @@ jobs:
if: |
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
strategy:
fail-fast: false
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml
@ -314,6 +316,7 @@ jobs:
if: |
(needs.changes.outputs.go == 'true') || (needs.changes.outputs.baseimage == 'true') || ${{ github.event.workflow_dispatch.run_e2e == 'true' }}
strategy:
fail-fast: false
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
uses: ./.github/workflows/zz-tmpl-k8s-e2e.yaml

View file

@ -134,6 +134,7 @@ jobs:
if: |
(needs.changes.outputs.kube-webhook-certgen == 'true')
strategy:
fail-fast: false
matrix:
k8s: [v1.28.15, v1.29.14, v1.30.10, v1.31.6, v1.32.3]
steps: