commit | d1a87c598d646ff57e8d966bee37e47684b56178 | [log] [tgz] |
---|---|---|
author | Felipe Monteiro <felipe.monteiro@att.com> | Thu Nov 01 11:34:29 2018 -0400 |
committer | Felipe Monteiro <felipe.monteiro@att.com> | Thu Nov 01 11:37:15 2018 -0400 |
tree | 20ec5c3f180abaef0a0bf04ef3143d002925981d | |
parent | 4877f1d43259de39e9029aea90046351a0c3fb35 [diff] [blame] |
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
diff --git a/.zuul.yaml b/.zuul.yaml index fb110f0..645dd8c 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: