From 9145986dfde69be4405c87ea8536fbc70185495e Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Tue, 16 Apr 2024 17:28:34 +0900 Subject: [PATCH] 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: Id6b8fbf145b7e933ce2e82cebbe3d6c9531943b6 --- .zuul.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index dae11427..daa2e531 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -5,7 +5,9 @@ Build documentation for openstackdocstheme with main branch of important libs. Takes advantage of the base tox job's install-siblings feature. # The job only tests the latest and shouldn't be run on the stable branches - branches: ^(?!stable) + branches: + regex: ^stable/.*$ + negate: true required-projects: - name: github.com/sphinx-doc/sphinx vars: