From 8ec064953d51238ceb8bff35eab9f834e34eef62 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rados=C5=82aw=20Piliszek?= Date: Mon, 11 Nov 2019 16:51:46 +0100 Subject: [PATCH] CI: Ignore more file paths when considering ansible runs Exempt files like tox.ini or unit tests from triggering ansible runs. Change-Id: I9c6c1d55e8df6aae782a804432374b2747fbd18e --- zuul.d/base.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/zuul.d/base.yaml b/zuul.d/base.yaml index 932876233e..15718f796e 100644 --- a/zuul.d/base.yaml +++ b/zuul.d/base.yaml @@ -16,6 +16,12 @@ - ^deploy-guide/.*$ - ^test-requirements.txt$ - ^etc/kolla/globals.yml$ + - ^tox.ini$ + - ^\..+ + - ^LICENSE$ + - ^contrib/ + - ^specs/ + - ^kolla_ansible/tests/ vars: scenario: aio enable_core_openstack: yes