From ea808d6780ff6d3d1ad5d677759ab3c4c554b3e5 Mon Sep 17 00:00:00 2001 From: chaosi-zju Date: Fri, 15 Dec 2023 15:19:25 +0800 Subject: [PATCH] prevent CI from fast fail when just one k8s version e2e failed Signed-off-by: chaosi-zju --- .github/workflows/ci.yml | 1 + .github/workflows/cli.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5158b54f6ef8..c75efe32b29d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -112,6 +112,7 @@ jobs: needs: build runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly # the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/ diff --git a/.github/workflows/cli.yaml b/.github/workflows/cli.yaml index 4268a9706b40..5526a63bf5a0 100644 --- a/.github/workflows/cli.yaml +++ b/.github/workflows/cli.yaml @@ -13,6 +13,7 @@ jobs: name: init runs-on: ubuntu-22.04 strategy: + fail-fast: false matrix: # Here support the latest three minor releases of Kubernetes, this can be considered to be roughly # the same as the End of Life of the Kubernetes release: https://kubernetes.io/releases/