dongjoon-hyun commented on code in PR #37244:
URL: https://github.com/apache/spark/pull/37244#discussion_r926944251
##########
.github/workflows/build_and_test.yml:
##########
@@ -87,6 +87,7 @@ jobs:
sparkr=`./dev/is-changed.py -m sparkr`
tpcds=`./dev/is-changed.py -m sql`
docker=`./dev/is-changed.py -m docker-integration-tests`
+ k8s=`./dev/is-changed.py -m kubernetes`
Review Comment:
I believe we should enable k8s test always instead of this. `core` module
changes will affect many scheduling tests too.
--
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]