From cfc10e5243fa20c2c79ae900884b7708860a3b18 Mon Sep 17 00:00:00 2001 From: HyukjinKwon Date: Fri, 29 Nov 2019 15:56:33 +0900 Subject: [PATCH] Remove leftover for dropping Hadoop 2.6 in Jenkins's test script --- dev/run-tests-jenkins.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev/run-tests-jenkins.py b/dev/run-tests-jenkins.py index 5429aeba8ea13..7ffd8bfcff6fb 100755 --- a/dev/run-tests-jenkins.py +++ b/dev/run-tests-jenkins.py @@ -176,8 +176,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-hadoop2.6" in ghprb_pull_title: - os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.6" if "test-hadoop2.7" in ghprb_pull_title: os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.7" if "test-hadoop3.2" in ghprb_pull_title: