Updated from OpenStack Ansible Tests

Change-Id: Ifc2c7fc38137c181277e8ffffeb9713ea2a58222
This commit is contained in:
OpenStack Proposal Bot 2019-05-20 13:05:01 +00:00
parent 2889aeb049
commit dab39db8a5

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 ----------------------------------------------------------------------