Force manuals-updates job to proposal worker
* modules/openstack_project/files/zuul/openstack_functions.py: Extend the temporary override patterns for proposal jobs to include the new propose-openstack-manuals-updates job. Change-Id: I3723aae390241d1d73cd6b740bce32a0eeef7ad6
This commit is contained in:
parent
c095466d82
commit
c30599620b
@ -87,7 +87,7 @@ def set_node_options(item, job, params, default):
|
|||||||
# Default to single use node. Potentially overriden below.
|
# Default to single use node. Potentially overriden below.
|
||||||
# Select node to run job on.
|
# Select node to run job on.
|
||||||
params['OFFLINE_NODE_WHEN_COMPLETE'] = '1'
|
params['OFFLINE_NODE_WHEN_COMPLETE'] = '1'
|
||||||
proposal_re = r'^.*(merge-release-tags|(propose|upstream)-(requirements|translation)-updates?)$' # noqa
|
proposal_re = r'^.*(merge-release-tags|(propose|upstream)-(openstack-manuals|requirements|translation)-updates?)$' # noqa
|
||||||
pypi_re = r'^.*-(jenkinsci|mavencentral|pypi-(both|wheel))-upload$'
|
pypi_re = r'^.*-(jenkinsci|mavencentral|pypi-(both|wheel))-upload$'
|
||||||
python26_re = r'^.*-(py(thon)?)?26.*$'
|
python26_re = r'^.*-(py(thon)?)?26.*$'
|
||||||
centos6_re = r'^.*-centos6.*$'
|
centos6_re = r'^.*-centos6.*$'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user