From 39d0380bc36fead516b78f7f88f269cda110c372 Mon Sep 17 00:00:00 2001 From: ghanshyam Date: Tue, 5 Dec 2017 14:19:37 +0300 Subject: [PATCH] Stop running plugin-sanity job for doc and req changes plugin-sanity job need not to be run for doc and req changes. This commit adds irrelevant-files for this job. Change-Id: I80cbd5c7cf97a626dee823cc18899b6388f438d6 --- .zuul.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index ec6c59a602..94324213f2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -23,6 +23,13 @@ tox_envlist: plugin-sanity-check voting: false timeout: 5000 + irrelevant-files: + - ^.*\.rst$ + - ^doc/.*$ + - ^etc/.*$ + - ^releasenotes/.*$ + - ^tempest/hacking/.*$ + - ^tempest/tests/.*$ required-projects: - openstack/almanach - openstack/aodh