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:
yatinkarel 2023-09-22 11:41:17 +05:30 committed by yatin
parent 209d363cce
commit 97409c6992

View File

@ -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