dongjoon-hyun opened a new pull request, #39690: URL: https://github.com/apache/spark/pull/39690
### What changes were proposed in this pull request? This PR aims to upgrade `Volcano` from 1.5.1 to 1.7.0. ### Why are the changes needed? Volcano 1.7.0 finally provides `multi-arch image` and `K8s 1.25`. - https://github.com/volcano-sh/volcano/releases/tag/v1.7.0 ### Does this PR introduce _any_ user-facing change? No. This is a doc-only change. ### How was this patch tested? Manually verify. ``` $ build/sbt -Psparkr -Pkubernetes -Pvolcano -Pkubernetes-integration-tests -Dtest.exclude.tags=minikube,local -Dtest.include.tags=volcano -Dspark.kubernetes.test.deployMode=docker-desktop "kubernetes-integration-tests/test" ... [info] VolcanoSuite: [info] - Run SparkPi with volcano scheduler (8 seconds, 331 milliseconds) [info] - SPARK-38187: Run SparkPi Jobs with minCPU (30 seconds, 563 milliseconds) [info] - SPARK-38187: Run SparkPi Jobs with minMemory (27 seconds, 505 milliseconds) [info] - SPARK-38188: Run SparkPi jobs with 2 queues (only 1 enabled) (12 seconds, 141 milliseconds) [info] - SPARK-38188: Run SparkPi jobs with 2 queues (all enabled) (21 seconds, 247 milliseconds) [info] - SPARK-38423: Run driver job to validate priority order (21 seconds, 516 milliseconds) [info] YuniKornSuite: [info] Run completed in 2 minutes, 37 seconds. [info] Total number of tests run: 6 [info] Suites: completed 3, aborted 0 [info] Tests: succeeded 6, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 412 s (06:52), completed Jan 21, 2023, 8:04:01 AM ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
