CI: Do not fail fast. (#13130)
Co-authored-by: Marco Ebert <marco_ebert@icloud.com>
This commit is contained in:
parent
c2a9671f66
commit
63d42c2750
2 changed files with 4 additions and 0 deletions
3
.github/workflows/ci.yaml
vendored
3
.github/workflows/ci.yaml
vendored
|
|
@ -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
|
||||
|
|
|
|||
1
.github/workflows/images.yaml
vendored
1
.github/workflows/images.yaml
vendored
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue