Gate openstack-ci on devstack.

The gate script was not configured to check out openstack-ci,
and so was not actually gating openstack-ci on the devstack
vm test.  This corrects that by adding openstack-ci to the list
of gated projects.

Change-Id: I283e01f152f942fabe06570912e975be038990fd
This commit is contained in:
James E. Blair
2011-12-15 10:27:50 -08:00
parent d7c00cb1d4
commit ccffa092b0

View File

@@ -20,7 +20,7 @@
# limitations under the License.
HOSTNAME=devstack-$GERRIT_CHANGE_NUMBER-$GERRIT_PATCHSET_NUMBER-$BUILD_NUMBER.slave.openstack.org
PROJECTS="openstack/nova openstack/glance openstack/keystone openstack/python-novaclient openstack-dev/devstack"
PROJECTS="openstack/nova openstack/glance openstack/keystone openstack/python-novaclient openstack-dev/devstack openstack/openstack-ci"
# Set this to 1 to always keep the host around
ALWAYS_KEEP=${ALWAYS_KEEP:-0}