From b377a3080f037475f5b32016ef5c6b062ee88b63 Mon Sep 17 00:00:00 2001 From: Mark Goddard Date: Wed, 10 Apr 2019 17:16:26 +0100 Subject: [PATCH] Disable publishing images on Ocata These jobs have been failing for some time. Stop wasting CI resources and disable them. We can enable them again if someone maintains ocata before it gets to EOL. Change-Id: I42750d3270ab8c9f3fdead741e5251ccb16f8dcb --- .zuul.d/centos.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.zuul.d/centos.yaml b/.zuul.d/centos.yaml index 1cac56e6dd..4ebd22e573 100644 --- a/.zuul.d/centos.yaml +++ b/.zuul.d/centos.yaml @@ -34,8 +34,10 @@ - ^setup.py$ periodic: jobs: - - kolla-publish-centos-source - - kolla-publish-centos-binary + - kolla-publish-centos-source: + branches: ^(?!stable/ocata).*$ + - kolla-publish-centos-binary: + branches: ^(?!stable/ocata).*$ release: jobs: - kolla-publish-centos-source