Repository: spark Updated Branches: refs/heads/branch-1.6 996635793 -> 47c2c8ce3
[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. (cherry picked from commit b9921524d970f9413039967c1f17ae2e736982f0) Signed-off-by: Yin Huai <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/spark/repo Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/47c2c8ce Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/47c2c8ce Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/47c2c8ce Branch: refs/heads/branch-1.6 Commit: 47c2c8ce3d631d83b25c8f0a05ccc6ba7bacf66d Parents: 9966357 Author: Yin Huai <[email protected]> Authored: Fri Nov 27 15:11:13 2015 -0800 Committer: Yin Huai <[email protected]> Committed: Fri Nov 27 15:13:38 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/47c2c8ce/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]
