Yikun opened a new pull request #35772: URL: https://github.com/apache/spark/pull/35772
### What changes were proposed in this pull request? Support pyDockerfile and rDockerfile in SBT K8s IT ### Why are the changes needed? Enable users to specify `pyDockerfile` and `rDockerfile` separately. ### Does this PR introduce _any_ user-facing change? No, test only ### How was this patch tested? ``` build/sbt -Pkubernetes -Pkubernetes-integration-tests \ -Dtest.exclude.tags=minikube -Dspark.kubernetes.test.deployMode=docker-desktop \ -Dspark.kubernetes.test.pyDockerFile=/Users/yikun/code/Dockerfile.py \ -Dspark.kubernetes.test.rDockerFile=/Users/yikun/code/Dockerfile.r \ -Dspark.kubernetes.test.DockerFile=/Users/yikun/code/Dockerfile "kubernetes-integration-tests/test" ``` -- 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]
