Stop running designate scenario job on docs-only changes
There is no need to run neutron-tempest-plugin-designate-scenario job
on patches where only docs or release notes are changed.
Change-Id: Idfe62149639644b3761791be5353727c3f9f09a6
diff --git a/.zuul.yaml b/.zuul.yaml
index cc1b61f..05de603 100644
--- a/.zuul.yaml
+++ b/.zuul.yaml
@@ -214,7 +214,13 @@
irrelevant-files:
- ^(test-|)requirements.txt$
- ^releasenotes/.*$
+ - ^doc/.*$
- ^setup.cfg$
+ - ^.*\.rst$
+ - ^neutron/locale/.*$
+ - ^neutron/tests/unit/.*$
+ - ^tools/.*$
+ - ^tox.ini$
- job:
name: neutron-tempest-plugin-designate-scenario-queens