Yikun commented on pull request #35640: URL: https://github.com/apache/spark/pull/35640#issuecomment-1060271818
``` $ 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" [info] VolcanoSuite: [info] - Run SparkPi with volcano scheduler (12 seconds, 245 milliseconds) [info] - SPARK-38187: Run SparkPi Jobs with minCPU (43 seconds, 473 milliseconds) [info] - SPARK-38187: Run SparkPi Jobs with minMemory (43 seconds, 354 milliseconds) [info] - SPARK-38188: Run SparkPi jobs with 2 queues (only 1 enable) (18 seconds, 323 milliseconds) [info] - SPARK-38188: Run SparkPi jobs with 2 queues (all enable) (38 seconds, 673 milliseconds) [info] Run completed in 2 minutes, 38 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: 378 s (06:18), completed Mar 7, 2022 3:28:39 PM $ k get pod No resources found in default namespace. $ k get queue NAME AGE default 2d20h ``` -- 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]
