From f54b43c8b9a30948a270713e9503b54cc1bebc75 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 3 Jan 2019 16:42:26 -0500 Subject: [PATCH] Run nova-lvm job on nova/privsep/* changes As seen from bug 1808247, there is something about the [libvirt]/image_type=lvm configuration that tickles privsep in ways that our normal integrated gate jobs don't, so this adds nova/privsep/* to the whitelist of files to trigger the nova-lvm job. Change-Id: I18f749e6089f776fcca386daea0e479b5382a44b Related-Bug: #1808247 --- .zuul.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index 3db4276b93ca..d8f754946a09 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -130,10 +130,10 @@ run: playbooks/legacy/nova-lvm/run.yaml post-run: playbooks/legacy/nova-lvm/post.yaml # Copy irrelevant-files from nova-dsvm-base and then exclude anything - # that is not in the nova/virt/libvirt/* tree (besides the actual zuul - # playbook and tempest rc files so this can be self-testing). + # that is not in nova/virt/libvirt/* or nova/privsep/* (besides the actual + # zuul playbook and tempest rc files so this can be self-testing). irrelevant-files: - - ^(?!.zuul.yaml)(?!playbooks/legacy/nova-lvm/)(?!devstack/tempest-dsvm-lvm-rc)(?!nova/virt/libvirt/).*$ + - ^(?!.zuul.yaml)(?!playbooks/legacy/nova-lvm/)(?!devstack/tempest-dsvm-lvm-rc)(?!nova/virt/libvirt/)(?!nova/privsep/).*$ - ^api-.*$ - ^(test-|)requirements.txt$ - ^.*\.rst$