Skip to content

Commit

Permalink
[YUNIKORN-2627] Add K8s 1.30 to the e2e matrix (#840)
Browse files Browse the repository at this point in the history
Closes: #840

Signed-off-by: Wilfred Spiegelenburg <wilfreds@apache.org>
  • Loading branch information
9501sam authored and wilfred-s committed May 16, 2024
1 parent 0c90ea5 commit 5f80f49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
strategy:
fail-fast: false
matrix:
k8s: [v1.29.2, v1.28.7, v1.27.11, v1.26.14, v1.25.16, v1.24.17]
k8s: [v1.30.0, v1.29.2, v1.28.7, v1.27.11, v1.26.14, v1.25.16, v1.24.17]
plugin: ['', '--plugin']
steps:
- name: Checkout source code
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ KUBECTL_VERSION=v1.27.7
KUBECTL_BIN=$(TOOLS_DIR)/kubectl

# kind
KIND_VERSION=v0.20.0
KIND_VERSION=v0.23.0
KIND_BIN=$(TOOLS_DIR)/kind

# helm
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 @@ -164,9 +164,10 @@ Examples:
${NAME} -a test -n yk8s -v kindest/node:v1.27.11
${NAME} -a test -n yk8s -v kindest/node:v1.28.7
${NAME} -a test -n yk8s -v kindest/node:v1.29.2
${NAME} -a test -n yk8s -v kindest/node:v1.30.0
Use a local helm chart path:
${NAME} -a test -n yk8s -v kindest/node:v1.29.2 -p ../yunikorn-release/helm-charts/yunikorn
${NAME} -a test -n yk8s -v kindest/node:v1.30.0 -p ../yunikorn-release/helm-charts/yunikorn
EOF
}

Expand Down

0 comments on commit 5f80f49

Please sign in to comment.