Repository: hadoop
Updated Branches:
  refs/heads/branch-2 5c7c7b7b7 -> 93bbbddda


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/93bbbddd
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/93bbbddd
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/93bbbddd

Branch: refs/heads/branch-2
Commit: 93bbbddda2f50abdf854349134a01551323da56d
Parents: 5c7c7b7
Author: Allen Wittenauer <a...@apache.org>
Authored: Mon May 11 12:07:48 2015 -0700
Committer: Allen Wittenauer <a...@apache.org>
Committed: Mon May 11 12:08:23 2015 -0700

----------------------------------------------------------------------
 dev-support/test-patch.sh                       | 1 +
 hadoop-common-project/hadoop-common/CHANGES.txt | 3 +++
 2 files changed, 4 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/93bbbddd/dev-support/test-patch.sh
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.sh b/dev-support/test-patch.sh
index ccadfb7..ae91b8e 100755
--- a/dev-support/test-patch.sh
+++ b/dev-support/test-patch.sh
@@ -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

http://git-wip-us.apache.org/repos/asf/hadoop/blob/93bbbddd/hadoop-common-project/hadoop-common/CHANGES.txt
----------------------------------------------------------------------
diff --git a/hadoop-common-project/hadoop-common/CHANGES.txt 
b/hadoop-common-project/hadoop-common/CHANGES.txt
index 8b5adea..6aab352 100644
--- a/hadoop-common-project/hadoop-common/CHANGES.txt
+++ b/hadoop-common-project/hadoop-common/CHANGES.txt
@@ -203,6 +203,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

Reply via email to