Yikun edited a comment on pull request #35596:
URL: https://github.com/apache/spark/pull/35596#issuecomment-1054016935


   
   ```
   $ ~/spark/build/sbt -Pvolcano -Pkubernetes -Pkubernetes-integration-tests 
-Dtest.exclude.tags=minikube,r -Dtest.include.tags=volcano 
-Dspark.kubernetes.test.deployMode=docker-desktop 
-Dspark.kubernetes.test.namespace=default "kubernetes-integration-tests/test"
   [info] KubernetesSuite:
   [info] - Run SparkPi with no resources (35 seconds, 626 milliseconds)
   [info] - Run SparkPi with no resources & statefulset allocation (33 seconds, 
379 milliseconds)
   [info] - Run SparkPi with a very long application name. (28 seconds, 98 
milliseconds)
   [info] - Use SparkLauncher.NO_RESOURCE (27 seconds, 857 milliseconds)
   [info] - Run SparkPi with a master URL without a scheme. (34 seconds, 460 
milliseconds)
   [info] - Run SparkPi with an argument. (27 seconds, 696 milliseconds)
   [info] - Run SparkPi with custom labels, annotations, and environment 
variables. (26 seconds, 592 milliseconds)
   [info] - All pods have the same service account by default (24 seconds, 373 
milliseconds)
   [info] - Run extraJVMOptions check on driver (17 seconds, 118 milliseconds)
   [info] - Run SparkRemoteFileTest using a remote data file (25 seconds, 69 
milliseconds)
   [info] - Verify logging configuration is picked from the provided 
SPARK_CONF_DIR/log4j2.properties (37 seconds, 38 milliseconds)
   [info] - Run SparkPi with env and mount secrets. (37 seconds, 323 
milliseconds)
   [info] - Run PySpark on simple pi.py example (21 seconds, 882 milliseconds)
   [info] - Run PySpark to test a pyfiles example (27 seconds, 241 milliseconds)
   [info] - Run PySpark with memory customization (22 seconds, 228 milliseconds)
   [info] - Run in client mode. (11 seconds, 549 milliseconds)
   [info] - Start pod creation from template (23 seconds, 572 milliseconds)
   [info] - Test basic decommissioning (1 minute, 21 seconds)
   [info] - Test basic decommissioning with shuffle cleanup (1 minute, 23 
seconds)
   [info] - Test decommissioning with dynamic allocation & shuffle cleanups (3 
minutes, 2 seconds)
   [info] - Test decommissioning timeouts (1 minute, 23 seconds)
   [info] - SPARK-37576: Rolling decommissioning (1 minute, 20 seconds)
   [info] VolcanoSuite:
   [info] - Run SparkPi with volcano scheduler (28 seconds, 793 milliseconds)
   ```
   
   Test on k8s with docker-desktop 


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