Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/20156#discussion_r159751882
--- Diff: dev/sparktestsupport/modules.py ---
@@ -539,7 +539,7 @@ def __hash__(self):
kubernetes = Module(
name="kubernetes",
dependencies=[],
- source_file_regexes=["resource-managers/kubernetes/core"],
+ source_file_regexes=["resource-managers/kubernetes"],
--- End diff --
Otherwise when you change something outside of kubernetes/core (like the
docker files), all unit tests will be run, not just the stuff related to k8s.
I requested this change in the original PR but you guys never addressed it.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]