Yikun edited a comment on pull request #35639: URL: https://github.com/apache/spark/pull/35639#issuecomment-1060256680
``` [info] VolcanoSuite: [info] - Run SparkPi with volcano scheduler (13 seconds, 276 milliseconds) [info] - SPARK-38188: Run SparkPi jobs with 2 queues (only 1 enabled) (18 seconds, 289 milliseconds) [info] - SPARK-38188: Run SparkPi jobs with 2 queues (all enabled) (27 seconds, 377 milliseconds) [info] - SPARK-38423: Run SparkPi Jobs with priorityClassName (21 seconds, 209 milliseconds) [info] - SPARK-38423: Run driver job to validate priority order (19 seconds, 212 milliseconds) [info] Run completed in 1 minute, 43 seconds. [info] Total number of tests run: 5 [info] Suites: completed 2, aborted 0 [info] Tests: succeeded 5, failed 0, canceled 0, ignored 0, pending 0 [info] All tests passed. [success] Total time: 321 s (05:21), completed Mar 7, 2022 3:04:23 PM ``` Especially, check the rebase diff work. ``` $ build/sbt -Pvolcano -Pkubernetes -Pkubernetes-integration-tests -Dtest.exclude.tags=minikube,r -Dtest.include.tags=volcano -Dspark.kubernetes.test.namespace=default "kubernetes-integration-tests/test" $ k get pod No resources found in default namespace. $ k get queue NAME AGE default 2d19h k get priorityclass NAME VALUE GLOBAL-DEFAULT AGE system-cluster-critical 2000000000 false 24d system-node-critical 2000001000 false 24d ``` -- 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]
