Replace deprecated perl-style regex
Zuul deprecated usage of perl-style regex. ``` All regular expressions must conform to RE2 syntax, but an expression using the deprecated Perl-style syntax has been detected. Adjust the configuration to conform to RE2 syntax. ``` Change-Id: Id9ef016f799ae2bdf27b6c5022b6bec662bec74e
This commit is contained in:
parent
d6f7287947
commit
f59e4318c1
@ -2,7 +2,9 @@
|
||||
name: glance-secure-rbac-protection-functional
|
||||
parent: devstack-tempest
|
||||
timeout: 4200
|
||||
branches: ^(?!stable/wallaby).*$
|
||||
branches:
|
||||
regex: ^stable/wallaby$
|
||||
negate: true
|
||||
required-projects:
|
||||
- openstack/devstack-gate
|
||||
- openstack/glance
|
||||
|
Loading…
Reference in New Issue
Block a user