Fix regex for Kolla gates

A recent change [1] added new gates which arent doing their job
properly due to not matching the regex which this patch fixes

[1] I2c94eac72c61385fe6472a95ea3c9cafa33bc22d

Change-Id: I3459d7f36cd2c31810f2df9293b599012ececdab
This commit is contained in:
Sam Yaple 2015-10-23 18:29:45 +00:00
parent 521a4bc4c8
commit 3bec12356b

View File

@ -99,7 +99,7 @@ def set_node_options(item, job, params, default):
centos6_re = r'^.*-centos6.*$'
fedora_re = r'^.*-f(edora-)?2(1|2).*$'
tripleo_re = r'^.*-tripleo-ci.*$'
kolla_image_re = r'^.*-kolla-build-images-.*$'
kolla_image_re = r'^.*-kolla-(build|deploy)-images-.*$'
openstack_ansible_re = r'^.*-openstack-ansible-.*$'
devstack_re = r'^.*-dsvm.*$'
puppetunit_re = (