Revert "Merge pull request #1847 from ndimiduk/24280-addendum-CHANGE_TARGET-branch-2"
This reverts commit f66c80b6a655a6a39cdaba1af50918abcefff303.
This commit is contained in:
parent
f66c80b6a6
commit
fd7beffcf9
@ -129,7 +129,7 @@ YETUS_ARGS+=("--skip-dirs=dev-support")
|
|||||||
if [[ -n "${HADOOP_PROFILE}" ]]; then
|
if [[ -n "${HADOOP_PROFILE}" ]]; then
|
||||||
# Master has only Hadoop3 support. We don't need to activate any profile.
|
# Master has only Hadoop3 support. We don't need to activate any profile.
|
||||||
# The Jenkinsfile should not attempt to run any Hadoop2 tests.
|
# The Jenkinsfile should not attempt to run any Hadoop2 tests.
|
||||||
if [[ "${CHANGE_TARGET}" =~ branch-2* ]]; then
|
if [[ "${BRANCH_NAME}" =~ branch-2* ]]; then
|
||||||
YETUS_ARGS+=("--hadoop-profile=${HADOOP_PROFILE}")
|
YETUS_ARGS+=("--hadoop-profile=${HADOOP_PROFILE}")
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user