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
This commit is contained in:
Andreas Jaeger 2019-09-13 09:30:23 +02:00
parent b32fa74027
commit 8283670db1
1 changed files with 2 additions and 4 deletions

View File

@ -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.