dongjoon-hyun commented on a change in pull request #35745:
URL: https://github.com/apache/spark/pull/35745#discussion_r820465858
##########
File path: resource-managers/kubernetes/integration-tests/README.md
##########
@@ -269,3 +269,28 @@ to the wrapper scripts and using the wrapper scripts will
simply set these appro
<td></td>
</tr>
</table>
+
+# Running the Kubernetes Integration Tests with SBT
+
+You can use SBT in the same way to build image and run all K8s integration
tests except Minikube-only ones.
+
+ build/sbt -Psparkr -Pkubernetes -Pkubernetes-integration-tests \
+ -Dtest.exclude.tags=minikube \
+ -Dspark.kubernetes.test.deployMode=docker-desktop \
+ -Dspark.kubernetes.test.imageTag=2022-03-06 \
+ 'kubernetes-integration-tests/test'
+
+The following is an example to rerun tests with the pre-built image.
Review comment:
Your understanding is correct and consistent with what @williamhyun
described.
--
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]