zuul: Replace use of deprecated regex syntax
zuul now says: 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. Do as we're told. Change-Id: Iffa8ae6102c547184fab4ed0f6860a5a73da150c Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
This commit is contained in:
parent
78d0c8545d
commit
0b29dc9beb
@ -38,7 +38,7 @@
|
||||
description: |
|
||||
Glance py39 functional tests vs. sqlalchemy and relatedd project masters
|
||||
# The job only tests the latest and shouldn't be run on the stable branches
|
||||
branches: ^(?!stable)
|
||||
branches: master
|
||||
required-projects:
|
||||
- name: openstack/oslo.db
|
||||
- name: github.com/sqlalchemy/sqlalchemy
|
||||
|
Loading…
Reference in New Issue
Block a user