trivial: Fix irrelevant-files regexes for unit tests

This is to fix the regexes for unit tests in irrelevant-files
in .zuul.yaml to avoid unnecessarily running unit tests. Currently
the regex includes "patrole/" which is incorrect as the "root"
should be the topmost patrole package in the project's repo
which is "patrole_tempest_plugin".

.. https://github.com/openstack/patrole

Change-Id: I16c91b378d23e0c917f2cf5975f9c0f8fa33c620
This commit is contained in:
Felipe Monteiro 2018-11-13 23:40:45 -06:00
parent c81c1fb189
commit 825d79452c
1 changed files with 2 additions and 2 deletions

View File

@ -16,8 +16,8 @@
- ^.*\.rst$
- ^doc/.*
- ^etc/.*$
- ^patrole/patrole_tempest_plugin/tests/unit/.*$
- ^patrole/patrole_tempest_plugin/hacking/.*$
- ^patrole_tempest_plugin/tests/unit/.*$
- ^patrole_tempest_plugin/hacking/.*$
- ^releasenotes/.*
- ^setup.cfg$
vars: