Override constraints job to use proposal worker

Update the zuul parameter function so that the
propose-requirements-constraints-.* jobs run on
proposal.slave.openstack.org instead of the default bare-trusty
nodepool nodes.

Change-Id: I855ae0fce9fc8cb5efc1fc29ec354f8e0f7f8156
This commit is contained in:
Jeremy Stanley 2015-06-25 00:02:25 +00:00
parent 7db3c4158e
commit e2ae34ce42

View File

@ -88,7 +88,7 @@ def set_node_options(item, job, params, default):
# Default to single use node. Potentially overriden below.
# Select node to run job on.
params['OFFLINE_NODE_WHEN_COMPLETE'] = '1'
proposal_re = r'^.*(merge-release-tags|(propose|upstream)-(.*?)-updates?)$' # noqa
proposal_re = r'^.*(merge-release-tags|(propose|upstream)-(.*?)-(constraints-.*|updates?))$' # noqa
pypi_re = r'^.*-(forge|jenkinsci|mavencentral|pypi-(both|wheel))-upload$'
python26_re = r'^.*-(py(thon)?)?26.*$'
centos6_re = r'^.*-centos6.*$'