From 6634aea983be47acb2a209cc2c36005e9fda6692 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 13 Sep 2019 09:03:53 +0200 Subject: [PATCH] Don't use branch matching This is not needed since we have implicit branch matches - and even hurts since the master version is used on stable branches Remove here - this ensures that future stable branches and master are fine. Change-Id: I24a46d0d7476203feccb1250d4ce3ad94b2e0ecd (cherry picked from commit be537bb79c4f1f999c33d396dcba4adbae2be599) --- .zuul.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 165a29277..3a5d24b02 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -1,7 +1,5 @@ - job: name: barbican-devstack-functional-base - # start running with Pike - branches: ^(?!stable/ocata).*$ parent: legacy-dsvm-base vars: database: sql @@ -149,8 +147,6 @@ - job: name: grenade-devstack-barbican parent: legacy-dsvm-base - # Start testing with pike - branches: ^(?!stable/ocata).*$ irrelevant-files: - ^(test-|)requirements.txt$ - ^setup.cfg$