From 454d834bce55090f2bb742d35de7e45e476b2f97 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 13 Sep 2019 09:25:38 +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, 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. Change-Id: I2052e6c9cf1082f238988eeb9f6a20341d2d4886 --- .zuul.d/centos.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.zuul.d/centos.yaml b/.zuul.d/centos.yaml index 74fb76d477..9910aade01 100644 --- a/.zuul.d/centos.yaml +++ b/.zuul.d/centos.yaml @@ -46,10 +46,8 @@ - ^setup.py$ periodic: jobs: - - kolla-publish-centos-source: - branches: ^(?!stable/ocata).*$ - - kolla-publish-centos-binary: - branches: ^(?!stable/ocata).*$ + - kolla-publish-centos-source + - kolla-publish-centos-binary release: jobs: - kolla-publish-centos-source