From 24b3df90ba63f34788a2e1e26a3d7d0818671543 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Sun, 16 Jun 2019 11:13:10 +0200 Subject: [PATCH] Do not run Zuul kolla-ansible-base jobs when modifying globals.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The file is not used in Zuul jobs. It is templated independently. Change-Id: Ia39898cdb165e30dab74de727048be2ebb2290c8 Signed-off-by: Radosław Piliszek --- zuul.d/base.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 51e65dedca..a98fa85844 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -17,6 +17,7 @@ - ^releasenotes/.*$ - ^deploy-guide/.*$ - ^test-requirements.txt$ + - ^etc/kolla/globals.yml$ vars: scenario: aio enable_core_openstack: yes