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-core.git
The following commit(s) were added to refs/heads/master by this push:
new 149820f2 [YUNIKORN-2999] Bump e2e test for core to Kubernetes v1.32.0
(#1003)
149820f2 is described below
commit 149820f2ceaa33db7a9f4ebb073df856dc5f829b
Author: Craig Condit <[email protected]>
AuthorDate: Mon Dec 16 15:27:04 2024 -0600
[YUNIKORN-2999] Bump e2e test for core to Kubernetes v1.32.0 (#1003)
Closes: #1003
---
.github/workflows/pre-commit.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml
index 2ad0bb2f..2236bbfe 100644
--- a/.github/workflows/pre-commit.yml
+++ b/.github/workflows/pre-commit.yml
@@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- k8s: [v1.31.0]
+ k8s: [v1.32.0]
plugin: [""]
steps:
- name: Checkout yunikorn-k8shim source code
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]