We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a30692 commit a03ce5aCopy full SHA for a03ce5a
dev-support/jenkins_precommit_github_yetus.sh
@@ -132,7 +132,7 @@ YETUS_ARGS+=("--skip-dirs=dev-support")
132
if [[ -n "${HADOOP_PROFILE}" ]]; then
133
# Master has only Hadoop3 support. We don't need to activate any profile.
134
# The Jenkinsfile should not attempt to run any Hadoop2 tests.
135
- if [[ "${CHANGE_TARGET}" =~ branch-2* ]]; then
+ if [[ "${CHANGE_TARGET}" = branch-2* ]] || [[ "${CHANGE_TARGET}" = HBASE-25853 ]]; then
136
YETUS_ARGS+=("--hadoop-profile=${HADOOP_PROFILE}")
137
fi
138
0 commit comments