Yikun opened a new pull request #35773:
URL: https://github.com/apache/spark/pull/35773


   ### What changes were proposed in this pull request?
   There are some requirements on “Minikube should run with a minimum of 4 CPUs 
and 6G of memory” on [IT 
README](https://github.com/apache/spark/blob/master/resource-managers/kubernetes/integration-tests/README.md).
   
   
   ### Why are the changes needed?
   Make sure Volcano IT can be completed in `4U6G` cluster.
   
   
   ### Does this PR introduce _any_ user-facing change?
   No, test only
   
   
   ### How was this patch tested?
   ```
   $ k get pod
   Capacity:
     cpu:                4
     memory:             6081840Ki
   $ build/sbt -Pvolcano -Pkubernetes -Pkubernetes-integration-tests \
   -Dtest.exclude.tags=minikube -Dtest.include.tags=volcano  
-Dspark.kubernetes.test.namespace=default \
   -Dspark.kubernetes.test.deployMode=docker-desktop 
"kubernetes-integration-tests/test"
   [info] VolcanoSuite:
   [info] - Run SparkPi with volcano scheduler (9 seconds, 19 milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (only 1 enabled) (17 
seconds, 633 milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (all enabled) (15 
seconds, 220 milliseconds)
   [info] - SPARK-38423: Run SparkPi Jobs with priorityClassName (16 seconds, 
413 milliseconds)
   [info] - SPARK-38423: Run driver job to validate priority order (16 seconds, 
333 milliseconds)
   [info] Run completed in 1 minute, 19 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.
   ```


-- 
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]

Reply via email to