aboutsummaryrefslogtreecommitdiff
path: root/dev/run-tests-jenkins.py
diff options
context:
space:
mode:
Diffstat (limited to 'dev/run-tests-jenkins.py')
-rwxr-xr-xdev/run-tests-jenkins.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py
index 7aecea25b2..42afca0e52 100755
--- a/dev/run-tests-jenkins.py
+++ b/dev/run-tests-jenkins.py
@@ -163,10 +163,6 @@ def main():
if "test-maven" in ghprb_pull_title:
os.environ["AMPLAB_JENKINS_BUILD_TOOL"] = "maven"
# 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.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"
if "test-hadoop2.3" in ghprb_pull_title: