From 33e9740d004770d4d58458330e269b8e1ebf4136 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Mon, 24 Jun 2019 12:24:38 -0400 Subject: [PATCH] Add neutron-tempest-iptables_hybrid job to experimental queue Due to regression bug 1833902 we should have the option to run the neutron job that tests the OVS hybrid plug configuration on specific patches. We could eventually consider running this in the check queue like neutron-tempest-linuxbridge with a strict set of irrelevant files but that would require some thought, i.e. we'd want to run the job on changes to nova/compute/manager.py since the network vif model bind events code is used in the ComputeManager and is specific to OVS hybrid plug ports. Rather than get bogged down in thinking up what that set is, this change takes the easy path and just throws the job into the on-demand experimental queue. Change-Id: Id5172d97b349abe59b47d1284e97943091652419 Related-Bug: #1833902 --- .zuul.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index f56e526552d1..30a189a94938 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -382,6 +382,8 @@ irrelevant-files: *dsvm-irrelevant-files - neutron-tempest-dvr-ha-multinode-full: irrelevant-files: *dsvm-irrelevant-files + - neutron-tempest-iptables_hybrid: + irrelevant-files: *dsvm-irrelevant-files - os-vif-ovs: irrelevant-files: *dsvm-irrelevant-files # NOTE(mriedem): Consider moving nova-tox-functional-py37 to the