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
This commit is contained in:
Matt Riedemann 2019-01-03 16:42:26 -05:00
parent a371f11835
commit f54b43c8b9
1 changed files with 3 additions and 3 deletions

View File

@ -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$