From 9290fa7c46e6930681b97f1eaae53e3fc5391611 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 dcb197d23..52f91f1bc 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 @@ -134,8 +132,6 @@ - job: name: barbican-grenade-devstack parent: legacy-dsvm-base - # Start testing with pike - branches: ^(?!stable/ocata).*$ irrelevant-files: - ^(test-|)requirements.txt$ - ^setup.cfg$