HADOOP-11947. test-patch should return early from determine-issue when run in jenkins mode. (Sean Busbey via aw)
This commit is contained in:
parent
d4f422612a
commit
a83eaeaa2e
|
@ -1181,6 +1181,7 @@ function determine_issue
|
||||||
# we can shortcut jenkins
|
# we can shortcut jenkins
|
||||||
if [[ ${JENKINS} == true ]]; then
|
if [[ ${JENKINS} == true ]]; then
|
||||||
ISSUE=${PATCH_OR_ISSUE}
|
ISSUE=${PATCH_OR_ISSUE}
|
||||||
|
return 0
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# shellcheck disable=SC2016
|
# shellcheck disable=SC2016
|
||||||
|
|
|
@ -665,6 +665,9 @@ Release 2.8.0 - UNRELEASED
|
||||||
HADOOP-11951. test-patch should give better info about failures to handle
|
HADOOP-11951. test-patch should give better info about failures to handle
|
||||||
dev-support updates without resetrepo option (Sean Busbey via aw)
|
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
|
Release 2.7.1 - UNRELEASED
|
||||||
|
|
||||||
INCOMPATIBLE CHANGES
|
INCOMPATIBLE CHANGES
|
||||||
|
|
Loading…
Reference in New Issue