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
diff --git a/.zuul.yaml b/.zuul.yaml
index 085e775..b2b59a2 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -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: