Move OVS iptables_hybrid job to experimental/periodic
The OVS iptables hybrid firewall is not the preferred ML2/OVS firewall
driver (``neutron.agent.firewall_drivers``). The related code (IPtables
firewall) has not been modified for a long time. In order to save CI
time, the job ``neutron-tempest-plugin-openvswitch-iptables_hybrid`` is
moved to the experimental and periodic queues.
Change-Id: I62af6302f8819ef6434be6415f4e2afa0386ce0a
diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml
index 5fb20e7..a429c42 100644
--- a/zuul.d/project.yaml
+++ b/zuul.d/project.yaml
@@ -3,7 +3,6 @@
check:
jobs:
- neutron-tempest-plugin-openvswitch
- - neutron-tempest-plugin-openvswitch-iptables_hybrid
- neutron-tempest-plugin-ovn
- neutron-tempest-plugin-designate-scenario:
# TODO(slaweq) make job voting again once bug
@@ -15,7 +14,6 @@
jobs:
- neutron-tempest-plugin-openvswitch
- neutron-tempest-plugin-ovn
- - neutron-tempest-plugin-openvswitch-iptables_hybrid
#TODO(slaweq): Move neutron-tempest-plugin-dvr-multinode-scenario out of
# the experimental queue when it will be more stable
experimental:
@@ -25,9 +23,11 @@
- neutron-tempest-plugin-openvswitch-distributed-dhcp
- neutron-tempest-plugin-openvswitch-iptables_hybrid-distributed-dhcp
- neutron-tempest-plugin-ovn-enforce-scope-old-defaults
+ - neutron-tempest-plugin-openvswitch-iptables_hybrid
periodic:
jobs:
- neutron-tempest-plugin-ovn-enforce-scope-old-defaults
+ - neutron-tempest-plugin-openvswitch-iptables_hybrid
- project-template: