Skip to content

Commit 32af700

Browse files
committed
[SPARK-25016][INFRA][FOLLOW-UP] Remove leftover for dropping Hadoop 2.6 in Jenkins's test script
### What changes were proposed in this pull request? This PR proposes to remove the leftover. After #22615, we don't have Hadoop 2.6 profile anymore in master. ### Why are the changes needed? Using "test-hadoop2.6" against master branch in a PR wouldn't work. ### Does this PR introduce any user-facing change? No (dev only). ### How was this patch tested? Manually tested at #26707 and Jenkins build will test. Without this fix, and hadoop2.6 in the pr title, it shows as below: ``` ======================================================================== Building Spark ======================================================================== [error] Could not find hadoop2.6 in the list. Valid options are dict_keys(['hadoop2.7', 'hadoop3.2']) Attempting to post to Github... ``` Closes #26708 from HyukjinKwon/SPARK-25016. Authored-by: HyukjinKwon <gurwls223@apache.org> Signed-off-by: HyukjinKwon <gurwls223@apache.org>
1 parent 4a73bed commit 32af700

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev/run-tests-jenkins.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ def main():
176176
if "test-maven" in ghprb_pull_title:
177177
os.environ["AMPLAB_JENKINS_BUILD_TOOL"] = "maven"
178178
# Switch the Hadoop profile based on the PR title:
179-
if "test-hadoop2.6" in ghprb_pull_title:
180-
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.6"
181179
if "test-hadoop2.7" in ghprb_pull_title:
182180
os.environ["AMPLAB_JENKINS_BUILD_PROFILE"] = "hadoop2.7"
183181
if "test-hadoop3.2" in ghprb_pull_title:

0 commit comments

Comments
 (0)