From 8283670db1345bb88f0264d67c633bbb9a5360bc Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 13 Sep 2019 09:30:23 +0200 Subject: [PATCH] Remove unneeded Zuul branch matcher We have implicit branch matchers, so there's no need to add a check for not-ocata etc, this job is only run for the branch it's on - like master now. Remove it to not confuse Zuul when multiple branches matches and the job is different. Leave the master lines in, those restrict it from not running after stable creation. Change-Id: I22ae60149e2539eab4b8b39b924ba49ba51ab3d6 --- .zuul.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index d384a1122..13084b917 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -116,10 +116,8 @@ required-projects: - openstack/mistral-lib - mistral-devstack - - mistral-devstack-non-apache: - branches: ^(?!stable/(newton|ocata)).*$ - - mistral-devstack-kombu: - branches: ^(?!stable/newton).*$ + - mistral-devstack-non-apache + - mistral-devstack-kombu - mistral-tox-unit-mysql - mistral-tox-unit-postgresql # TripleO jobs that deploy Mistral.