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

chia7712 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 5d65dbf5 Add K8s 1.29 to the e2e test matrix (#757)
5d65dbf5 is described below

commit 5d65dbf5e3b60106c1bbcfe39f58e89ff76200d9
Author: Kuan-Po Tseng <[email protected]>
AuthorDate: Fri Jan 5 00:08:03 2024 +0800

    Add K8s 1.29 to the e2e test matrix (#757)
    
    Closes: #757
    
    Signed-off-by: Chia-Ping Tsai <[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 8e172445..bfeb1a88 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -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
diff --git a/scripts/run-e2e-tests.sh b/scripts/run-e2e-tests.sh
index 78615de9..2c5c4213 100755
--- a/scripts/run-e2e-tests.sh
+++ b/scripts/run-e2e-tests.sh
@@ -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
 }
 


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

Reply via email to