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
This commit is contained in:
Jeremy Stanley 2014-06-06 13:21:38 +00:00
parent b0c88e7dd7
commit 33b3f87932

@ -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)$