Test work for using zuulV3 native in RDO Cloud

- Adds local version of browbeat for use in CI runs

Change-Id: Ib10aefd5c834a698c41e83150557a858fe544cf0
This commit is contained in:
Ronelle Landy 2018-08-14 10:39:35 -04:00
parent f4078bffb9
commit 730343dfea
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