Add neutron-dynamic-routing to PROJECT list

neutron-dynamic-routing needs to be added to PROJECTS to run gate jobs against.

Change-Id: I2494aaf180f6119572f1920e7144106bb68863f1
This commit is contained in:
fumihiko kakuma 2016-07-11 14:27:17 +09:00
parent 9899254b51
commit 27602d3b48

View File

@ -25,6 +25,7 @@
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
function gate_hook {{
bash -xe $BASE/new/neutron-dynamic-routing/neutron_dynamic_routing/tests/contrib/gate_hook.sh dsvm-functional
@ -68,6 +69,7 @@
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export PROJECTS="openstack/neutron-dynamic-routing $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-dynamic-routing git://git.openstack.org/openstack/neutron-dynamic-routing"
cp devstack-gate/devstack-vm-gate-wrap.sh ./safe-devstack-vm-gate-wrap.sh