Amend tempest-irrelevant-files to avoid false positives

Both setup.cfg and files in etc/ can be relevant for devstack based
runs, as the recent breakage [0] has shown. Don't ignore them when
deciding whether to run tempest-based jobs.

[0] https://review.opendev.org/707759

Change-Id: I19c4e7d8dba4f9f8f0f3efa2a37245a7510cd052
This commit is contained in:
Dr. Jens Harbott 2020-02-14 10:13:02 +00:00
parent 0035ab2538
commit 9181935d6c

View File

@ -244,9 +244,7 @@
- ^glance/locale/.*$
- ^glance/tests/.*$
- ^doc/.*$
- ^etc/.*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tools/.*$
- ^tox.ini$
- ^\.zuul\.yaml$