From 79888bd5f94587b27d3fd8112110313a21a7c785 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Thu, 12 Mar 2020 17:24:10 +0100 Subject: [PATCH] CI: Ignore .zuul.d Zuul handles jobs updates just fine, no need to run kolla build jobs when touching .zuul.d for different reasons. Change-Id: I201a194fa473a63b880cefc00febb543b40bcec8 (cherry picked from commit a0087490fffa11e72eaafc490ae67954f0966831) --- .zuul.d/base.yaml | 1 + .zuul.d/centos.yaml | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.d/base.yaml b/.zuul.d/base.yaml index 1443927a43..fce57d3163 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -60,6 +60,7 @@ - ^releasenotes/.*$ - ^specs/.*$ - ^test-requirements.txt$ + - ^\.zuul\.d/ vars: publisher: false extra-vars: diff --git a/.zuul.d/centos.yaml b/.zuul.d/centos.yaml index 5773324b30..4da1fce302 100644 --- a/.zuul.d/centos.yaml +++ b/.zuul.d/centos.yaml @@ -14,7 +14,6 @@ - tripleo-build-containers-centos-7: voting: true files: - - ^.zuul.d/centos.yaml$ - ^docker/.*$ - ^kolla/.*$ - ^requirements.txt$