Skip to content

Commit

Permalink
HIVE-10964: patch testing infrastructure needs to support branch-1 (A…
Browse files Browse the repository at this point in the history
…lan Gates, reviewed by Sergio Pena)
  • Loading branch information
Sergio Pena committed Jun 8, 2015
1 parent df5b796 commit d702cd9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dev-support/jenkins-submit-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit d702cd9

Please sign in to comment.