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:
parent
c1da690ab9
commit
5395f8345d
@ -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$
|
||||
|
Loading…
x
Reference in New Issue
Block a user