dongjoon-hyun commented on a change in pull request #35773:
URL: https://github.com/apache/spark/pull/35773#discussion_r823353344



##########
File path: resource-managers/kubernetes/integration-tests/README.md
##########
@@ -305,3 +305,24 @@ You can also specify your specific dockerfile to build 
JVM/Python/R based image
         -Dspark.kubernetes.test.pyDockerFile=/path/to/py/Dockerfile \
         -Dspark.kubernetes.test.rDockerFile=/path/to/r/Dockerfile \
         'kubernetes-integration-tests/test'
+
+# Running the Volcano Integration Tests
+
+Prerequisites
+- Install Volcano according to 
[link](https://volcano.sh/en/docs/installation/).
+- A minimum of 6 CPUs and 9G of memory is required to complete all Volcano 
test cases.
+
+You can specify `-Pvolcano` to enable volcano module to run all Kubernetes and 
Volcano tests
+
+    build/sbt -Pvolcano -Pkubernetes -Pkubernetes-integration-tests \
+        -Dtest.exclude.tags=minikube \
+        -Dspark.kubernetes.test.deployMode=docker-desktop \
+        'kubernetes-integration-tests/test'

Review comment:
       Please use `"kubernetes-integration-tests/testOnly *.VolcanoSuite"'`.




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