Add ocata and pike to proposal node

We now have ocata translation jobs, add them to the list of nodes
running on the proposal node.

Also, add already pike to not forget about it again.

Change-Id: I71091fceecde019ed37ffc8a8372ef4ee56e08a1
This commit is contained in:
Andreas Jaeger 2017-02-08 13:17:58 +01:00
parent 0956723371
commit 5df1eaa4a1

View File

@ -47,7 +47,7 @@ def set_node_options(item, job, params):
params['OFFLINE_NODE_WHEN_COMPLETE'] = '1'
# Pass tags through for subunit2sql
params['JOB_TAGS'] = ' '.join(sorted(job.tags))
proposal_re = r'^.*(propose|upstream)-(.*?)-(constraints-.*|updates?|update-(liberty|mitaka|newton)|plugins-list|openstack-constraints|update-constraints)$' # noqa
proposal_re = r'^.*(propose|upstream)-(.*?)-(constraints-.*|updates?|update-(liberty|mitaka|newton|ocata|pike)|plugins-list|openstack-constraints|update-constraints)$' # noqa
release_re = r'^.*-(forge|jenkinsci|mavencentral|pypi-(both|wheel)|npm)-upload$'
hook_re = r'^hook-(.*?)-(rtfd)$'
wheel_re = r'^wheel-(build|release)-.*$'