trivial: Don't run integration tests on tools/.* updates

This adds an entry to irrelevant-files to skip running integration
tests following changes to files under tools/.* because nothing
under there effects integration tests.

Change-Id: I3235ef51defb9d70dec564bdfa63dca6264c0d63
This commit is contained in:
Felipe Monteiro 2018-11-03 18:41:04 -04:00
parent da8aec9aed
commit 2dc72172e4
1 changed files with 1 additions and 0 deletions

View File

@ -477,6 +477,7 @@
- ^setup.cfg$
- ^tempest/hacking/.*$
- ^tempest/tests/.*$
- ^tools/.*$
- tempest-full-parallel:
irrelevant-files: *tempest-irrelevant-files
- tempest-full-py3: