This is an automated email from the ASF dual-hosted git repository.
yangjie01 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/master by this push:
new 0b5da0260c3d [SPARK-53541][K8S][INFRA] Update K8s IT CI to use K8s 1.34
0b5da0260c3d is described below
commit 0b5da0260c3d4929581cbb0a2bb79e55aee84b34
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Wed Sep 10 12:09:38 2025 +0800
[SPARK-53541][K8S][INFRA] Update K8s IT CI to use K8s 1.34
### What changes were proposed in this pull request?
This PR aims to increase the K8s test version to 1.34
### Why are the changes needed?
To improve the test coverage because K8s 1.34.0 was released on 2025-08-27.
- https://kubernetes.io/blog/2025/08/27/kubernetes-v1-34-release/
- https://kubernetes.io/releases/#release-v1-34
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass the CIs and check the CI log.
```
...
* Downloading Kubernetes v1.34.0 preload ...
...
System Info:
...
Kubelet Version: v1.34.0
```
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #52293 from dongjoon-hyun/SPARK-53541.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: yangjie01 <[email protected]>
---
.github/workflows/build_and_test.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_and_test.yml
b/.github/workflows/build_and_test.yml
index 4fa1688915f1..9e5da7874377 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1325,7 +1325,7 @@ jobs:
- name: Start Minikube
uses: medyagh/[email protected]
with:
- kubernetes-version: "1.33.0"
+ kubernetes-version: "1.34.0"
# Github Action limit cpu:2, memory: 6947MB, limit to 2U6G for
better resource statistic
cpus: 2
memory: 6144m
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]