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


   ### What changes were proposed in this pull request?
   Cleanup pod resources after queue test.
   
   
   ### Why are the changes needed?
   Test pods with custom group label are not be cleanup after each test 
completed. Especially, when user specified 
   
   ### Does this PR introduce _any_ user-facing change?
   NO, K8S IT only.
   
   ### How was this patch tested?
   ```
   $ 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 (13 seconds, 172 milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (only 1 enable) (17 
seconds, 409 milliseconds)
   [info] - SPARK-38188: Run SparkPi jobs with 2 queues (all enable) (27 
seconds, 448 milliseconds)
   
   $ k get pod
   No resources found in default namespace.
   ```


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