Add diskimage-builder and dib-utils to the list of projects

Currently zuul cloner is not taking the proper reference,
because it does not have that projects on the list. As a consequence,
changes in diskimage-builder are tested against master instead
of using the current reference.

Change-Id: Ia00153709cd9eb90cee2d1584bdd00bd3752de52
This commit is contained in:
Yolanda Robla Mota 2016-11-17 12:46:02 +01:00 committed by yolanda.robla
parent 3860fdfb9c
commit b3561342ca
1 changed files with 2 additions and 0 deletions

View File

@ -156,6 +156,8 @@
export DEVSTACK_GATE_TEMPEST=0
export DEVSTACK_GATE_EXERCISES=0
export PROJECTS="openstack/diskimage-builder $PROJECTS"
export PROJECTS="openstack/dib-utils $PROJECTS"
export PROJECTS="openstack/instack $PROJECTS"
export PROJECTS="openstack/instack-undercloud $PROJECTS"
export PROJECTS="openstack/puppet-aodh $PROJECTS"