From e8c916c72ee20f1bd6beba041cb86e36c851789e Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Sun, 5 Jul 2020 19:18:22 -0700 Subject: [PATCH] [SPARK-32178][TESTS] Disable test-dependencies.sh from Jenkins jobs --- dev/run-tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/run-tests.py b/dev/run-tests.py index ec04c37857d9..ca502b281884 100755 --- a/dev/run-tests.py +++ b/dev/run-tests.py @@ -648,7 +648,7 @@ def main(): # if "DOCS" in changed_modules and test_env == "amplab_jenkins": # build_spark_documentation() - if any(m.should_run_build_tests for m in test_modules): + if any(m.should_run_build_tests for m in test_modules) and test_env != "amplab_jenkins": run_build_tests() # spark build