From b1b1d9e9b252f32c05743f39298e8f43f2606d9f Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Tue, 16 Sep 2014 17:26:15 +0000 Subject: [PATCH] Start running all PyPy jobs on Ubuntu Trusty At this point all the currently voting gate-{name}-pypy jobs which are working on py3k-precise nodes have been confirmed working on bare-trusty with the parent change applied to install the interpreter and headers. Any previously encountered bugs from earlier testing have been addressed through changes which have since merged to their respective projects. Do not merge this until bare-trusty images have been rebuilt with the parent change merged. Change-Id: If28dc9b6aadce0fbbf11bb833f0dc4be15c424fa --- modules/openstack_project/files/zuul/openstack_functions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/openstack_functions.py b/modules/openstack_project/files/zuul/openstack_functions.py index 6021a224dc..788aaf1ade 100644 --- a/modules/openstack_project/files/zuul/openstack_functions.py +++ b/modules/openstack_project/files/zuul/openstack_functions.py @@ -92,7 +92,7 @@ def set_node_options(item, job, params, default): python26_re = r'^.*-(py(thon)?)?26.*$' centos6_re = r'^.*-centos6.*$' f20_re = r'^.*-f20.*$' - python33_re = r'^.*-(pypy|py(thon)?33|33).*$' + python33_re = r'^.*-(py(thon)?33|33).*$' tripleo_re = r'^.*-tripleo.*$' devstack_re = r'^.*-dsvm.*$' # jobs run on the proposal worker