From 0b29dc9bebf4fa0393a170fcb1fa009f691b728d Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Fri, 22 Sep 2023 12:30:02 +0100 Subject: [PATCH] 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 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index 0a218c1b49..59f34750f4 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -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