From fd9aebee6b2e1a15fd3320efa421c20031da11f2 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 11 May 2018 12:03:11 -0400 Subject: [PATCH] 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 --- .zuul.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zuul.yaml b/.zuul.yaml index ac6ecf7e2c..7e88f3f31d 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -46,7 +46,7 @@ - ^doc/.*$ - ^nova/hacking/.*$ - ^nova/locale/.*$ - - ^nova/tests/.*$ + - ^nova/tests/(?!live_migration).*$ - ^releasenotes/.*$ - ^setup.cfg$ - ^tests-py3.txt$