Merge "Updated from OpenStack Ansible Tests" into stable/stein

This commit is contained in:
Zuul 2019-06-08 00:16:32 +00:00 committed by Gerrit Code Review
commit cb63d273ca

View File

@ -43,7 +43,7 @@ ZUUL_TESTS_CLONE_LOCATION="/home/zuul/src/opendev.org/openstack/openstack-ansibl
# branch to clone for tests.
TESTING_BRANCH=$(awk -F'=' '/defaultbranch/ {print $2}' "${WORKING_DIR}/.gitreview")
if [[ "${TESTING_BRANCH}" == "" ]]; then
TESTING_BRANCH="stable/stein"
TESTING_BRANCH="master"
fi
## Main ----------------------------------------------------------------------