Skip to content

Commit

Permalink
Add K8s 1.29 to the e2e test matrix (apache#757)
Browse files Browse the repository at this point in the history
Closes: apache#757

Signed-off-by: Chia-Ping Tsai <[email protected]>
  • Loading branch information
brandboat authored and chia7712 committed Jan 4, 2024
1 parent 6689749 commit 5d65dbf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15]
k8s: [v1.29.0, v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15]
plugin: ['', '--plugin']
steps:
- name: Checkout source code
Expand Down
3 changes: 2 additions & 1 deletion scripts/run-e2e-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -172,9 +172,10 @@ Examples:
${NAME} -a test -n yk8s -v kindest/node:v1.26.6
${NAME} -a test -n yk8s -v kindest/node:v1.27.3
${NAME} -a test -n yk8s -v kindest/node:v1.28.0
${NAME} -a test -n yk8s -v kindest/node:v1.29.0
Use a local helm chart path:
${NAME} -a test -n yk8s -v kindest/node:v1.28.0 -p ../yunikorn-release/helm-charts/yunikorn
${NAME} -a test -n yk8s -v kindest/node:v1.29.0 -p ../yunikorn-release/helm-charts/yunikorn
EOF
}

Expand Down

0 comments on commit 5d65dbf

Please sign in to comment.