Skip to content

Commit 33e9740

Browse files
mriedemnotartom
authored andcommitted
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
1 parent a8d2b24 commit 33e9740

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.zuul.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,8 @@
382382
irrelevant-files: *dsvm-irrelevant-files
383383
- neutron-tempest-dvr-ha-multinode-full:
384384
irrelevant-files: *dsvm-irrelevant-files
385+
- neutron-tempest-iptables_hybrid:
386+
irrelevant-files: *dsvm-irrelevant-files
385387
- os-vif-ovs:
386388
irrelevant-files: *dsvm-irrelevant-files
387389
# NOTE(mriedem): Consider moving nova-tox-functional-py37 to the

0 commit comments

Comments
 (0)