Run propose-translation-update-zanata jobs
The jobs did not run on the proposal node since the regex did not catch them. Enhance the proposal re. Change-Id: I12fe718f0fb82d7036a0fe0c7e0233e16ebc8173
This commit is contained in:
parent
e51d47cb71
commit
e1cdfc4a42
@ -92,7 +92,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)-(.*?)-(constraints-.*|updates?))$' # noqa
|
||||
proposal_re = r'^.*(merge-release-tags|(propose|upstream)-(.*?)-(constraints-.*|updates?|update-zanata))$' # noqa
|
||||
release_re = r'^.*-(forge|jenkinsci|mavencentral|pypi-(both|wheel))-upload$'
|
||||
hook_re = r'^hook-(.*?)-(rtfd)$'
|
||||
python26_re = r'^.*-(py(thon)?)?26.*$'
|
||||
|
Loading…
x
Reference in New Issue
Block a user