Fix reusable node regex for proposal node.
The regex that set reusable node on proposal node jobs did not match the names of the requirements proposal jobs. Edit the regex so that it matches. Regex should match: propose-requirements-updates but would only match .*-propose-requirements-updates. Change-Id: I5445bf416c407b0deb6229c3e022e69af93e4dea
This commit is contained in:
parent
625910ca0a
commit
c669552089
@ -231,7 +231,7 @@ jobs:
|
||||
- name: ^.*$
|
||||
parameter-function: single_use_node
|
||||
# jobs run on the proposal worker
|
||||
- name: ^.*-(merge-release-tags|(propose|upstream)-(requirements|translation)-updates?)$
|
||||
- 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