From 6032f8b0a7bd60ea81e7d3f89a2e97d4998d5f84 Mon Sep 17 00:00:00 2001 From: "Dr. Jens Harbott" Date: Thu, 29 Feb 2024 17:33:47 +0100 Subject: [PATCH] Fix branch selection in zuul config Negative lookahead is no longer working, be positive instead. Change-Id: Ic2ddb04bc1f1e81586fff54f1e7bee9ee3689512 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index c99d8f1..94b1a1c 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -15,7 +15,7 @@ voting: false # The functional-tips job only tests the latest and shouldn't be run # on the stable branches - branches: ^(?!stable) + branches: master required-projects: - openstack/python-openstackclient gate: