aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdev/run-tests-jenkins.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 623004310e..4f390ef1ea 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"