sarutak commented on a change in pull request #32631:
URL: https://github.com/apache/spark/pull/32631#discussion_r640427313
##########
File path: dev/run-tests.py
##########
@@ -687,6 +689,10 @@ def main():
test_modules = determine_modules_to_test(changed_modules)
excluded_tags = determine_tags_to_exclude(changed_modules)
+ # With this script, disable docker integration by default.
Review comment:
If `run-tests.py` runs on Jenkins, `change_modules` seems to be
determined based on the changed files.
https://github.com/apache/spark/blob/5cc17ba0c7d81278a622fb474cf18f8e8530335f/dev/run-tests.py#L683-L688
So, we need to install Oracle Docker container image on the Jenkins
environment or just set `ENABLE_DOCKER_INTEGRATION_TESTS` to `0` for the
environment right?
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]