HIVE-10964: patch testing infrastructure needs to support branch-1 (Alan Gates, reviewed by Sergio Pena)
Project: http://git-wip-us.apache.org/repos/asf/hive/repo Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/d702cd90 Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/d702cd90 Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/d702cd90 Branch: refs/heads/llap Commit: d702cd9020ed6be651a81c5f92d8ad288bb89a30 Parents: df5b796 Author: Sergio Pena <[email protected]> Authored: Mon Jun 8 17:22:26 2015 -0500 Committer: Sergio Pena <[email protected]> Committed: Mon Jun 8 17:22:26 2015 -0500 ---------------------------------------------------------------------- dev-support/jenkins-submit-build.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hive/blob/d702cd90/dev-support/jenkins-submit-build.sh ---------------------------------------------------------------------- diff --git a/dev-support/jenkins-submit-build.sh b/dev-support/jenkins-submit-build.sh index ff9bccd..6b2e8e8 100644 --- a/dev-support/jenkins-submit-build.sh +++ b/dev-support/jenkins-submit-build.sh @@ -24,10 +24,14 @@ process_jira # sanity check the profile case "$BUILD_PROFILE" in - trunk-mr1|trunk-mr2) + trunk-mr2) test -n "$TRUNK_URL" || fail "TRUNK_URL must be specified" url="$TRUNK_URL&ISSUE_NUM=$ISSUE_NUM" ;; + branch1-mr1|branch1-mr2) + test -n "$BRANCH1_URL" || fail "BRANCH1_URL must be specified" + url="$BRANCH1_URL&ISSUE_NUM=$ISSUE_NUM" + ;; spark-mr2) test -n "$SPARK_URL" || fail "SPARK_URL must be specified" url="$SPARK_URL&ISSUE_NUM=$ISSUE_NUM"
