This is an automated email from the ASF dual-hosted git repository.
ccondit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/yunikorn-k8shim.git
The following commit(s) were added to refs/heads/master by this push:
new 705c5e01 [YUNIKORN-1925] Add K8s 1.28.0 to the test matrix (#656)
705c5e01 is described below
commit 705c5e01ea018f0021055ef67824c6f34a5f4428
Author: Wilfred Spiegelenburg <[email protected]>
AuthorDate: Wed Aug 23 14:15:30 2023 -0500
[YUNIKORN-1925] Add K8s 1.28.0 to the test matrix (#656)
Closes: #656
Signed-off-by: Craig Condit <[email protected]>
---
.github/workflows/pre-commit.yml | 2 +-
scripts/run-e2e-tests.sh | 3 ++-
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index b3775052..af2c7d1e 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -38,7 +38,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- k8s: [v1.27.3, v1.26.6, v1.25.11, v1.24.15]
+ k8s: [v1.28.0, v1.27.3, v1.26.6, v1.25.11, v1.24.15]
plugin: ['', '--plugin']
steps:
- name: Checkout source code
diff --git a/scripts/run-e2e-tests.sh b/scripts/run-e2e-tests.sh
index 80c4db7f..762df0f7 100755
--- a/scripts/run-e2e-tests.sh
+++ b/scripts/run-e2e-tests.sh
@@ -166,9 +166,10 @@ Examples:
${NAME} -a test -n yk8s -v kindest/node:v1.25.11
${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
Use a local helm chart path:
- ${NAME} -a test -n yk8s -v kindest/node:v1.27.3 -p
../yunikorn-release/helm-charts/yunikorn
+ ${NAME} -a test -n yk8s -v kindest/node:v1.28.0 -p
../yunikorn-release/helm-charts/yunikorn
EOF
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]