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
diff --git a/zuul.d/base-nested-switch.yaml b/zuul.d/base-nested-switch.yaml
index f407d8f..e043cc6 100644
--- a/zuul.d/base-nested-switch.yaml
+++ b/zuul.d/base-nested-switch.yaml
@@ -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