Fix irrelevant-files in nova-dsvm-multinode-base

The nova-live-migration test hook configuration is in
nova/tests/live_migration/hooks and because of the
irrelevant-files list on the job, changes to those
setup scripts are not self-testing. This change fixes
the regex so we can self-test the nova-live-migration
job changes.

Change-Id: Ia7e35d483f660e98eea5e109e010f77d5419af85
This commit is contained in:
Matt Riedemann
2018-05-11 12:03:11 -04:00
parent c1e0d2bf20
commit fd9aebee6b
+1 -1
View File
@@ -46,7 +46,7 @@
- ^doc/.*$
- ^nova/hacking/.*$
- ^nova/locale/.*$
- ^nova/tests/.*$
- ^nova/tests/(?!live_migration).*$
- ^releasenotes/.*$
- ^setup.cfg$
- ^tests-py3.txt$