From d1a87c598d646ff57e8d966bee37e47684b56178 Mon Sep 17 00:00:00 2001 From: Felipe Monteiro Date: Thu, 1 Nov 2018 11:34:29 -0400 Subject: [PATCH] trivial: Add hacking checks to irrelevant-files in .zuul.yaml This is to skip over hacking modifications triggering all Patrole Zuul jobs as in [0]. Besides, Tempest also skips hacking in its irrelevant-files [1]. Also do this for etc/. [0] https://review.openstack.org/#/c/614655/3 [1] https://github.com/openstack/tempest/blob/da8aec9aedcac940ba1dbc3beee50f05f13af3f1/.zuul.yaml#L326 Change-Id: Iee5b634e77c2faaa36d3d19a3b56b1fec685aa7e --- .zuul.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index fb110f09..645dd8c2 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -14,7 +14,9 @@ - ^(test-|)requirements.txt$ - ^.*\.rst$ - ^doc/.* + - ^etc/.*$ - ^patrole/patrole_tempest_plugin/tests/unit/.*$ + - ^patrole/patrole_tempest_plugin/hacking/.*$ - ^releasenotes/.* - ^setup.cfg$ vars: @@ -50,7 +52,9 @@ - ^(test-|)requirements.txt$ - ^.*\.rst$ - ^doc/.* + - ^etc/.*$ - ^patrole/patrole_tempest_plugin/tests/unit/.*$ + - ^patrole/patrole_tempest_plugin/hacking/.*$ - ^releasenotes/.* - ^setup.cfg$ vars: