Use RE2 compatible regex for branches
Zuul has deprecated the usage of negative regex[1], this patch switches the branches regex to the supported one. [1] https://zuul-ci.org/docs/zuul/latest/project-config.html#regex Closes-Bug: #2037034 Change-Id: I66dcb56ab5ba9cfdefbeb25f1d01871ea0d0d362
This commit is contained in:
parent
209d363cce
commit
97409c6992
@ -23,7 +23,9 @@
|
||||
name: neutron-tempest-plugin-base-nested-switch
|
||||
parent: neutron-tempest-plugin-base
|
||||
abstract: true
|
||||
branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed)).*$
|
||||
branches:
|
||||
regex: ^(stable/(train|ussuri|victoria|wallaby|xena|yoga|zed)).*$
|
||||
negate: true
|
||||
# Comment nodeset and vars to switch back to non nested nodes
|
||||
nodeset: neutron-nested-virt-ubuntu-jammy
|
||||
vars: &nested_virt_vars
|
||||
|
Loading…
x
Reference in New Issue
Block a user