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 4a937f899726 [SPARK-54018][K8S][INFRA][DOCS] Upgrade Volcano to 1.13.0
4a937f899726 is described below

commit 4a937f899726ebf10c3626288a9385a56e8b89b6
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Oct 26 16:08:10 2025 -0700

    [SPARK-54018][K8S][INFRA][DOCS] Upgrade Volcano to 1.13.0
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Volcano` to 1.13.0 in K8s integration test 
document and GA job.
    
    ### Why are the changes needed?
    
    To use the latest bug fixed versions for testing and documentation for 
Apache Spark 4.1.0.
    - https://github.com/volcano-sh/volcano/releases/tag/v1.13.0
      - https://github.com/volcano-sh/volcano/pull/4430
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass GA.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #52722 from dongjoon-hyun/SPARK-54018.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 .github/workflows/build_and_test.yml                     | 2 +-
 resource-managers/kubernetes/integration-tests/README.md | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build_and_test.yml 
b/.github/workflows/build_and_test.yml
index b54a382dac05..3776a116fd78 100644
--- a/.github/workflows/build_and_test.yml
+++ b/.github/workflows/build_and_test.yml
@@ -1347,7 +1347,7 @@ jobs:
           elif [[ "${{ inputs.branch }}" == 'branch-4.0' ]]; then
             kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.11.0/installer/volcano-development.yaml
 || true
           else
-            kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.12.2/installer/volcano-development.yaml
 || true
+            kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.13.0/installer/volcano-development.yaml
 || true
           fi
           eval $(minikube docker-env)
           build/sbt -Phadoop-3 -Psparkr -Pkubernetes -Pvolcano 
-Pkubernetes-integration-tests 
-Dspark.kubernetes.test.volcanoMaxConcurrencyJobNum=1 -Dtest.exclude.tags=local 
"kubernetes-integration-tests/test"
diff --git a/resource-managers/kubernetes/integration-tests/README.md 
b/resource-managers/kubernetes/integration-tests/README.md
index 7ffee0693bcf..557bb93d6a01 100644
--- a/resource-managers/kubernetes/integration-tests/README.md
+++ b/resource-managers/kubernetes/integration-tests/README.md
@@ -330,11 +330,11 @@ You can also specify your specific dockerfile to build 
JVM/Python/R based image
 
 ## Requirements
 - A minimum of 6 CPUs and 9G of memory is required to complete all Volcano 
test cases.
-- Volcano v1.12.2.
+- Volcano v1.13.0.
 
 ## Installation
 
-    kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.12.2/installer/volcano-development.yaml
+    kubectl apply -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.13.0/installer/volcano-development.yaml
 
 ## Run tests
 
@@ -355,5 +355,5 @@ You can also specify `volcano` tag to only run Volcano test:
 
 ## Cleanup Volcano
 
-    kubectl delete -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.12.2/installer/volcano-development.yaml
+    kubectl delete -f 
https://raw.githubusercontent.com/volcano-sh/volcano/v1.13.0/installer/volcano-development.yaml
 


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

Reply via email to