Include ironic/tests in irrelevant-files

Since we run inspector jobs in ironic gate, we need to
include `ironic/tests` in the irrelevant-files so
we don't run the jobs when there is only changes in unit tests.

Change-Id: I98757ab78716689355f70c7735480d4dc8e04320
This commit is contained in:
Iury Gregory Melo Ferreira 2021-09-03 21:12:16 +02:00
parent 00c2e99b5a
commit 62f79a1129
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
- ^api-ref/.*$
- ^doc/.*$
- ^ironic_inspector/test/(?!.*tempest).*$
- ^ironic/tests/.*$
- ^ironic_inspector/locale/.*$
- ^releasenotes/.*$
- ^tools/.*$