Merge "Test work for using zuulV3 native in RDO Cloud"

This commit is contained in:
Zuul 2018-08-23 00:20:30 +00:00 committed by Gerrit Code Review
commit 9c4f56f8c7
1 changed files with 6 additions and 0 deletions

View File

@ -194,6 +194,12 @@ else
echo "git+https://git.openstack.org/openstack/tripleo-upgrade.git@${ZUUL_BRANCH}#egg=tripleo-upgrade" >> ${TRIPLEO_ROOT}/tripleo-quickstart/quickstart-extras-requirements.txt
fi
# Import gated external repo in oooq - starting with browbeat
if [[ -d $TRIPLEO_ROOT/browbeat ]]; then
sed -i "s#git+https://git.openstack.org/openstack/browbeat#file://${TRIPLEO_ROOT}/browbeat#1" ${TRIPLEO_ROOT}/tripleo-quickstart/quickstart-extras-requirements.txt
fi
# Start time tracking
export STATS_TESTENV=$(date +%s)
pushd $TRIPLEO_ROOT/tripleo-ci