This is an automated email from the ASF dual-hosted git repository.

wilfreds 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 b7499e13 [YUNIKORN-2601] Update kindest/node (#833)
b7499e13 is described below

commit b7499e1317f2be751358df476ec7e78e889682cf
Author: ryan <[email protected]>
AuthorDate: Thu May 9 12:41:51 2024 +1000

    [YUNIKORN-2601] Update kindest/node (#833)
    
    Update K8s version used in testing by updating kind image versions:
    v1.29.1 to v1.29.2
    v1.28.6 to v1.28.7
    v1.27.10 to v1.27.11
    v1.26.13 to v1.26.14
    
    Closes: #833
    
    Signed-off-by: Wilfred Spiegelenburg <[email protected]>
---
 .github/workflows/pre-commit.yml |  2 +-
 scripts/run-e2e-tests.sh         | 14 +++++++-------
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 26a01085..4131fde9 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -43,7 +43,7 @@ jobs:
     strategy:
       fail-fast: false
       matrix:
-        k8s: [v1.29.1, v1.28.6, v1.27.10, v1.26.13, v1.25.16, v1.24.17]
+        k8s: [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
diff --git a/scripts/run-e2e-tests.sh b/scripts/run-e2e-tests.sh
index 8f1d493e..07073c4e 100755
--- a/scripts/run-e2e-tests.sh
+++ b/scripts/run-e2e-tests.sh
@@ -158,15 +158,15 @@ Usage: ${NAME} -a <action> -n <kind-cluster-name> -v 
<kind-node-image-version> [
   --plugin                     use scheduler plugin image instead of default 
mode image
 
 Examples:
-  ${NAME} -a test -n yk8s -v kindest/node:v1.24.15
-  ${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
-  ${NAME} -a test -n yk8s -v kindest/node:v1.29.0
+  ${NAME} -a test -n yk8s -v kindest/node:v1.24.17
+  ${NAME} -a test -n yk8s -v kindest/node:v1.25.16
+  ${NAME} -a test -n yk8s -v kindest/node:v1.26.14
+  ${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
 
   Use a local helm chart path:
-    ${NAME} -a test -n yk8s -v kindest/node:v1.29.0 -p 
../yunikorn-release/helm-charts/yunikorn
+    ${NAME} -a test -n yk8s -v kindest/node:v1.29.2 -p 
../yunikorn-release/helm-charts/yunikorn
 EOF
 }
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to