Repository: spark
Updated Branches:
  refs/heads/master f57e6c9ef -> b9921524d


[SPARK-12020][TESTS][TEST-HADOOP2.0] PR builder cannot trigger hadoop 2.0 test

https://issues.apache.org/jira/browse/SPARK-12020

Author: Yin Huai <[email protected]>

Closes #10010 from yhuai/SPARK-12020.


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/b9921524
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/b9921524
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/b9921524

Branch: refs/heads/master
Commit: b9921524d970f9413039967c1f17ae2e736982f0
Parents: f57e6c9
Author: Yin Huai <[email protected]>
Authored: Fri Nov 27 15:11:13 2015 -0800
Committer: Yin Huai <[email protected]>
Committed: Fri Nov 27 15:11:13 2015 -0800

----------------------------------------------------------------------
 dev/run-tests-jenkins.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/b9921524/dev/run-tests-jenkins.py
----------------------------------------------------------------------
diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 6230043..4f390ef 100755
--- a/dev/run-tests-jenkins.py
+++ b/dev/run-tests-jenkins.py
@@ -164,7 +164,7 @@ def main():
     # Switch the Hadoop profile based on the PR title:
     if "test-hadoop1.0" in ghprb_pull_title:
         os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop1.0"
-    if "test-hadoop2.2" in ghprb_pull_title:
+    if "test-hadoop2.0" in ghprb_pull_title:
         os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.0"
     if "test-hadoop2.2" in ghprb_pull_title:
         os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.2"


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to