diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 58eb7a575d9e7..2fc556e6a43b8 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -29,7 +29,7 @@ jobs: modules: - |- core, unsafe, kvstore, avro, - network_common, network_shuffle, repl, launcher + network-common, network-shuffle, repl, launcher, examples, sketch, graphx - |- catalyst, hive-thriftserver diff --git a/dev/run-tests.py b/dev/run-tests.py index 738f739d95d88..c2ed518a47626 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -662,14 +662,15 @@ def main(): changed_files = identify_changed_files_from_git_commits( os.environ["GITHUB_SHA"], target_ref=os.environ["GITHUB_PREV_SHA"]) print("changed_files : %s" % changed_files) + modules_to_test = determine_modules_to_test( determine_modules_for_files(changed_files), deduplicated=False) + print("modules_to_test : %s" % modules_to_test) if modules.root not in modules_to_test: # If root module does not exist, only test the intersected modules. # If root module is found, just run the modules as specified initially. test_modules = list(set(modules_to_test).intersection(test_modules)) - print("test_modules : %s" % test_modules) changed_modules = test_modules diff --git a/sql/core/pom.xml b/sql/core/pom.xml index 6dd9ddc11a100..d42de271ce959 100644 --- a/sql/core/pom.xml +++ b/sql/core/pom.xml @@ -76,7 +76,7 @@ org.apache.spark