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] da8aec9aed/.zuul.yaml (L326)

Change-Id: Iee5b634e77c2faaa36d3d19a3b56b1fec685aa7e
This commit is contained in:
Felipe Monteiro 2018-11-01 11:34:29 -04:00
parent 4877f1d432
commit d1a87c598d
1 changed files with 4 additions and 0 deletions

View File

@ -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: