From 33b3f87932dbd888fd15d12d41ed51816b01f2a6 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 6 Jun 2014 13:21:38 +0000 Subject: [PATCH] PyPI upload jobs should not take slave offline * modules/openstack_project/files/zuul/layout.yaml: Adjust the regex for pypi.slave.o.o to match the new .*-pypi-(both|wheel)-upload jobs. Without this, they take it offline after each attempted upload. Change-Id: I8195c4a4deeb181289320e40c270c2c5907198e0 --- modules/openstack_project/files/zuul/layout.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 610d33aa99..27272ef9e4 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -408,7 +408,7 @@ jobs: - name: ^.*(merge-release-tags|(propose|upstream)-(requirements|translation)-updates?)$ parameter-function: reusable_node # jobs run on the pypi worker - - name: ^.*-(jenkinsci|mavencentral|pypi)-upload$ + - name: ^.*-(jenkinsci|mavencentral|pypi-(both|wheel))-upload$ parameter-function: reusable_node # jobs run on the mirror26, mirror27 and mirror33 workers - name: ^(periodic|post)-mirror-python(26|27|33)$