Skip to content

Commit bfb7cf3

Browse files
committed
[SPARK-51893] Upgrade CI to test K8s 1.33
### What changes were proposed in this pull request? This PR aims to increase the maximum K8s test version to 1.33 from 1.32. ### Why are the changes needed? To improve the test coverage because K8s 1.33.0 was released on 2025-04-23. - https://kubernetes.io/releases/#release-v1-33 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs and check the CI log. ``` System Info: ... Kubelet Version: v1.33.0 ``` ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#174 from dongjoon-hyun/SPARK-51893. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 4ed216f commit bfb7cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
matrix:
7070
kubernetes-version:
7171
- "1.30.0"
72-
- "1.32.0"
72+
- "1.33.0"
7373
mode:
7474
- dynamic
7575
- static

0 commit comments

Comments
 (0)