HADOOP-11947. test-patch should return early from determine-issue when run in jenkins mode. (Sean Busbey via aw)

This commit is contained in:
Allen Wittenauer 2015-05-11 12:07:48 -07:00
parent d4f422612a
commit a83eaeaa2e
2 changed files with 4 additions and 0 deletions

View File

@ -1181,6 +1181,7 @@ function determine_issue
# we can shortcut jenkins
if [[ ${JENKINS} == true ]]; then
ISSUE=${PATCH_OR_ISSUE}
return 0
fi
# shellcheck disable=SC2016

View File

@ -665,6 +665,9 @@ Release 2.8.0 - UNRELEASED
HADOOP-11951. test-patch should give better info about failures to handle
dev-support updates without resetrepo option (Sean Busbey via aw)
HADOOP-11947. test-patch should return early from determine-issue when
run in jenkins mode. (Sean Busbey via aw)
Release 2.7.1 - UNRELEASED
INCOMPATIBLE CHANGES