Merge "Run neutron-linuxbridge job on nova libvirt/vif.py changes"

This commit is contained in:
Jenkins 2016-09-29 17:39:07 +00:00 committed by Gerrit Code Review
commit 55ffa4c0b9

View File

@ -2103,12 +2103,13 @@ jobs:
branch: ^(?!stable/(liberty|mitaka)).*$ branch: ^(?!stable/(liberty|mitaka)).*$
# Only run the neutron LB job on nova if there are changes to nova/network/* # Only run the neutron LB job on nova if there are changes to nova/network/*
# or nova/virt/libvirt/vif.py since that uses os-vif for LB vif type.
# TODO(mriedem): Run this proper on all changes once nova-network is dropped. # TODO(mriedem): Run this proper on all changes once nova-network is dropped.
- name: ^gate-tempest-dsvm-neutron-linuxbridge-ubuntu-(trusty|xenial)$ - name: ^gate-tempest-dsvm-neutron-linuxbridge-ubuntu-(trusty|xenial)$
skip-if: skip-if:
- project: ^openstack/nova$ - project: ^openstack/nova$
all-files-match-any: all-files-match-any:
- ^(?!nova/network/.*).*$ - ^(?!nova/network/.*)(?!nova/virt/libvirt/vif.py).*$
- project: ^openstack/neutron$ - project: ^openstack/neutron$
all-files-match-any: all-files-match-any:
- ^.*\.rst$ - ^.*\.rst$