From 0f7cc7c95d107f6eb5af9d68b4f01464414aefe2 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 8847eb55c9..9a13391ce2 100644 --- a/.zuul.d/base.yaml +++ b/.zuul.d/base.yaml @@ -54,6 +54,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 98a6d8ab50..fcbd6ea9ae 100644 --- a/.zuul.d/centos.yaml +++ b/.zuul.d/centos.yaml @@ -11,7 +11,6 @@ # FIXME(yoctozepto): set to voting when TripleO CI is fixed voting: false files: - - ^.zuul.d/centos.yaml$ - ^docker/.*$ - ^kolla/.*$ - ^requirements.txt$