Skip to content

Commit

Permalink
ci: limit the parallelism in matrix jobs to reduce failures
Browse files Browse the repository at this point in the history
  • Loading branch information
gchiesa committed Oct 28, 2023
1 parent b056959 commit 36b7ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
kind:
name: Kubernetes
strategy:
max-parallel: 4
fail-fast: false
matrix:
k8s-version: ['v1.20.7', 'v1.21.2', 'v1.22.4', 'v1.23.6', 'v1.24.7', 'v1.25.3', 'v1.26.3', 'v1.27.2']
Expand Down

0 comments on commit 36b7ac4

Please sign in to comment.