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:
Stephen Finucane 2023-09-22 12:30:02 +01:00
parent 78d0c8545d
commit 0b29dc9beb

View File

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