From 29a714741b24c1247dfaf9fd2863fce3d8438602 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 20 Oct 2015 16:37:04 -0400 Subject: [PATCH] Match on dsvm-fedora-22 and dsvm-f21 nodes Sadly our fedora names are not constent yet :( Change-Id: I9fa840975b2f3136e9d52dae352f33e692296694 Signed-off-by: Paul Belanger --- zuul/openstack_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zuul/openstack_functions.py b/zuul/openstack_functions.py index 62ac6e2b16..40ab3abe69 100644 --- a/zuul/openstack_functions.py +++ b/zuul/openstack_functions.py @@ -97,7 +97,7 @@ def set_node_options(item, job, params, default): hook_re = r'^hook-(.*?)-(rtfd)$' python26_re = r'^.*-(py(thon)?)?26.*$' centos6_re = r'^.*-centos6.*$' - fedora_re = r'^.*-f2(1|2).*$' + fedora_re = r'^.*-f(edora-)?2(1|2).*$' tripleo_re = r'^.*-tripleo-ci.*$' kolla_image_re = r'^.*-kolla-build-images-.*$' openstack_ansible_re = r'^.*-openstack-ansible-.*$'