Don't offline after propose-requirements-updates

* modules/openstack_project/files/zuul/layout.yaml: The
propose-requirements-updates job name is plural, unlike other
propose-.*-update jobs, so add an optional s? at the end of the
pattern. Without this, proposal.slave.openstack.org gets set offline
every time that job is completed.

Change-Id: I0f7d8366a094666945af7387dba3623b393e9659
This commit is contained in:
Jeremy Stanley 2014-02-19 16:33:09 +00:00
parent c1da690ab9
commit 5395f8345d
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ jobs:
- name: ^.*$
parameter-function: single_use_node
# jobs run on the proposal worker
- name: ^.*-(merge-release-tags|(propose|upstream)-(requirements|translation)-update)$
- name: ^.*-(merge-release-tags|(propose|upstream)-(requirements|translation)-updates?)$
parameter-function: reusable_node
# jobs run on the pypi worker
- name: ^.*-(jenkinsci|mavencentral|pypi)-upload$