HyukjinKwon commented on a change in pull request #32631:
URL: https://github.com/apache/spark/pull/32631#discussion_r640253426
##########
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:
oh @sarutak, if `ENABLE_DOCKER_INTEGRATION_TESTS` is set to `1`, it will
be only set when the module is explicitly selected. That's what
`ENABLE_KINESIS_TESTS` does (because Kinesis test cases requires AWS resources
which we shouldn't run too often) also see:
https://github.com/apache/spark/commit/76f2e393a5fad0db8b56c4b8dad5ef686bf140a4
--
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]