Skip running jobs on ironic and inspector unit tests

Bifrost jobs run on ironic and ironic-inspector as well, we need to skip
integration jobs if only unit tests are modified.

Change-Id: I7796f0b4d702b8347f3dadb4f3c907b8b499a819
This commit is contained in:
Dmitry Tantsur 2021-06-17 19:06:34 +02:00
parent c4ee8e5d77
commit ff637c4311
1 changed files with 5 additions and 1 deletions

View File

@ -3,9 +3,13 @@
parent: base
irrelevant-files:
- ^.*\.rst$
- ^bifrost/tests/.*$
- ^api-ref/.*$
- ^bifrost/tests/.*$
- ^doc/.*$
- ^ironic/locale/.*$
- ^ironic/tests/.*$
- ^ironic_inspector/locale/.*$
- ^ironic_inspector/test/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^test-requirements.txt$