Add dependent repos to tacker gate job

Change-Id: I77688f59d92e0c2a580309f7763bc949bd25577a
This commit is contained in:
Sridhar Ramaswamy 2015-09-23 14:00:41 -07:00
parent 082352f1b4
commit 36de5376a1

View File

@ -17,6 +17,8 @@
export DEVSTACK_GATE_TIMEOUT=120
export BRANCH_OVERRIDE={branch-override}
export PROJECTS="stackforge/tacker $PROJECTS"
export PROJECTS="stackforge/tacker-horizon $PROJECTS"
export PROJECTS="stackforge/python-tackerclient $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin tacker git://git.openstack.org/stackforge/tacker"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE