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

dongjoon 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 2549a58f1abc [SPARK-54767][K8S][INFRA] Update K8s IT CI to use K8s 1.35
2549a58f1abc is described below

commit 2549a58f1abca0f92b509775c8050515dbb26628
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Dec 19 00:17:42 2025 -0800

    [SPARK-54767][K8S][INFRA] Update K8s IT CI to use K8s 1.35
    
    ### What changes were proposed in this pull request?
    
    This PR aims to increase the maximum K8s test version to 1.35
    
    ### Why are the changes needed?
    
    To improve the test coverage because K8s 1.35.0 was released on 2025-12-17.
    - https://kubernetes.io/blog/2025/12/17/kubernetes-v1-35-release/
    - https://kubernetes.io/releases/#release-v1-35
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs and check the log.
    
    - 
https://github.com/dongjoon-hyun/spark/actions/runs/20355951389/job/58491444390
    
        > Downloading Kubernetes v1.35.0 preload ...
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #53534 from dongjoon-hyun/SPARK-54767.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[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 79246f3c17d4..d8a7ac11e046 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1349,7 +1349,7 @@ jobs:
       - name: Start Minikube
         uses: medyagh/[email protected]
         with:
-          kubernetes-version: "1.34.0"
+          kubernetes-version: "1.35.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]

Reply via email to