Merge "Run nova-lvm job on nova/privsep/* changes"

This commit is contained in:
Zuul 2019-01-07 21:15:55 +00:00 committed by Gerrit Code Review
commit 89ce058cbc
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$