Skip devstack jobs on locale-only changes

those changes does not affect devstack intergrated testing at all,
running them on translation imports from Zanata is useless.

Change-Id: I6d70b46c2a0b8356949fcf8682fb15a741813eca
This commit is contained in:
Pavlo Shchelokovskyy 2017-12-28 14:53:34 +02:00
parent 3f0893c0ae
commit 946aa23ad0
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
- ^.*\.rst$
- ^doc/.*$
- ^ironic_inspector/test/(?!.*tempest).*$
- ^ironic_inspector/locale/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tox.ini$