Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
liangyuanpeng committed Jul 8, 2024
1 parent 288a3b6 commit f4699dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-schedule-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
strategy:
# max-parallel limits the max number of jobs running at the same time.
# We set it to 5 to avoid too many jobs running at the same time, causing the CI to fail because of resource limitations.
max-parallel: 5
max-parallel: 20
fail-fast: false
matrix:
kubeapiserver-version: [ v1.26.0, v1.27.3, v1.28.0, v1.29.0, v1.30.0 ]
karmada-version: [ master, pr, release-1.10, release-1.9, release-1.8 ]
karmada-version: [ master, pr, release-1.10, release-1.9 ]
env:
KARMADA_APISERVER_VERSION: ${{ matrix.kubeapiserver-version }}
steps:
Expand Down

0 comments on commit f4699dc

Please sign in to comment.