Fix Zuul warnings

Change the format of negative regexps
Zuul now reports a

invalid perl operator: (?!

warning

Change-Id: I094a31be5acd3db18b75ffe9ecaee3d924a00cca
This commit is contained in:
Gregory Thiemonge 2023-09-05 09:22:56 +02:00
parent 3c44d1cb9b
commit 77424e6095
1 changed files with 9 additions and 3 deletions

View File

@ -586,7 +586,9 @@
- job:
name: octavia-v2-dsvm-scenario
parent: octavia-v2-dsvm-scenario-base
branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed))
branches:
regex: ^(stable/(train|ussuri|victoria|wallaby|xena|yoga|zed))
negate: true
nodeset: octavia-single-node-ubuntu-jammy
- job:
@ -854,7 +856,9 @@
- job:
name: octavia-v2-dsvm-tls-barbican
parent: octavia-v2-dsvm-tls-barbican-base
branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed))
branches:
regex: ^(stable/(train|ussuri|victoria|wallaby|xena|yoga|zed))
negate: true
nodeset: octavia-single-node-ubuntu-jammy
- job:
@ -1063,7 +1067,9 @@
- job:
name: octavia-v2-act-stdby-dsvm-scenario
parent: octavia-v2-act-stdby-dsvm-scenario-base
branches: ^(?!stable/(train|ussuri|victoria|wallaby|xena|yoga|zed))
branches:
regex: ^(stable/(train|ussuri|victoria|wallaby|xena|yoga|zed))
negate: true
nodeset: octavia-single-node-ubuntu-jammy
- job: