From 17cca270a6c0a586a37754921cba26df3d8aff9b Mon Sep 17 00:00:00 2001 From: Rodolfo Alonso Hernandez Date: Wed, 23 Jun 2021 13:04:21 +0000 Subject: [PATCH] Make explicit the network backend used in the CI jobs All Neutron CI jobs (except for unit, functional and fullstack jobs), have explicitly defined the network backend used: - linuxbridge - ovs - ovn That was discussed and approved during the Neutron CI meetings [1]. [1]https://meetings.opendev.org/meetings/neutron_ci/2021/neutron_ci.2021-06-15-15.00.log.html Depends-On: https://review.opendev.org/c/openstack/neutron/+/797051 Change-Id: I23889eb8ebc5911f6ac6c283bcd7316271a77715 --- .zuul.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index ab2226463d07..7dd3d7d81fd0 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -494,7 +494,7 @@ irrelevant-files: *nova-base-irrelevant-files - nova-ceph-multistore: irrelevant-files: *nova-base-irrelevant-files - - neutron-tempest-linuxbridge: + - neutron-linuxbridge-tempest: irrelevant-files: # NOTE(mriedem): This job has its own irrelevant-files section # so that we only run it on changes to networking and libvirt/vif @@ -551,7 +551,7 @@ - nova-tox-validate-backport - nova-ceph-multistore: irrelevant-files: *nova-base-irrelevant-files - - neutron-tempest-linuxbridge: + - neutron-linuxbridge-tempest: irrelevant-files: # NOTE(mriedem): This job has its own irrelevant-files section # so that we only run it on changes to networking and libvirt/vif @@ -582,9 +582,9 @@ irrelevant-files: *nova-base-irrelevant-files - nova-tempest-v2-api: irrelevant-files: *nova-base-irrelevant-files - - neutron-tempest-dvr-ha-multinode-full: + - neutron-ovs-tempest-dvr-ha-multinode-full: irrelevant-files: *nova-base-irrelevant-files - - neutron-tempest-iptables_hybrid: + - neutron-ovs-tempest-iptables_hybrid: irrelevant-files: *nova-base-irrelevant-files - os-vif-ovs: irrelevant-files: *nova-base-irrelevant-files