aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests-jenkins
diff options
context:
space:
mode:
authorYin Huai <yhuai@databricks.com>2015-05-25 18:23:58 -0700
committerReynold Xin <rxin@databricks.com>2015-05-25 18:23:58 -0700
commitf38e619c41d242143c916373f2a44ec674679f19 (patch)
treef79830ceeaae222f622d4d67e5afe216ea10df21 /dev/run-tests-jenkins
parentce0051d6f7e4ed54076676644c78b52b527ba190 (diff)
downloadspark-f38e619c41d242143c916373f2a44ec674679f19.tar.gz
spark-f38e619c41d242143c916373f2a44ec674679f19.tar.bz2
spark-f38e619c41d242143c916373f2a44ec674679f19.zip
[SPARK-7832] [Build] Always run SQL tests in master build.
https://issues.apache.org/jira/browse/SPARK-7832 Author: Yin Huai <yhuai@databricks.com> Closes #6385 from yhuai/runSQLTests and squashes the following commits: 3d399bc [Yin Huai] Always run SQL tests in master build.
Diffstat (limited to 'dev/run-tests-jenkins')
-rwxr-xr-xdev/run-tests-jenkins2
1 files changed, 2 insertions, 0 deletions
diff --git a/dev/run-tests-jenkins b/dev/run-tests-jenkins
index f452ab66ef..8b2a44fd72 100755
--- a/dev/run-tests-jenkins
+++ b/dev/run-tests-jenkins
@@ -185,6 +185,8 @@ done
# run tests
{
+ # Marks this build is a pull request build.
+ export AMP_JENKINS_PRB=true
timeout "${TESTS_TIMEOUT}" ./dev/run-tests
test_result="$?"