Skip to content

Commit

Permalink
Merge pull request #1847 from ndimiduk/24280-addendum-CHANGE_TARGET-b…
Browse files Browse the repository at this point in the history
…ranch-2

HBASE-24280 ADDENDUM branch on CHANGE_TARGET instead of BRANCH_NAME
  • Loading branch information
ndimiduk committed Jun 3, 2020
1 parent 8c9c670 commit f66c80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-support/jenkins_precommit_github_yetus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ YETUS_ARGS+=("--skip-dirs=dev-support")
if [[ -n "${HADOOP_PROFILE}" ]]; then
# Master has only Hadoop3 support. We don't need to activate any profile.
# The Jenkinsfile should not attempt to run any Hadoop2 tests.
if [[ "${BRANCH_NAME}" =~ branch-2* ]]; then
if [[ "${CHANGE_TARGET}" =~ branch-2* ]]; then
YETUS_ARGS+=("--hadoop-profile=${HADOOP_PROFILE}")
fi
fi
Expand Down

0 comments on commit f66c80b

Please sign in to comment.