Merge pull request #4427 from chaosi-zju/fastfail

prevent CI from fast fail when just one k8s version e2e failed
This commit is contained in:
karmada-bot 2023-12-15 16:16:11 +08:00 committed by GitHub
commit 21b2842b06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View File

@ -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/

View File

@ -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/