commit a88f5438b98810be0cbd16009c7063fa0df84667 Author: Bernard Cafarelli Date: Fri Jun 26 10:52:32 2020 +0200 Migrate tempest jobs to Focal Update nodetype for neutron-tempest-dvr-ha-multinode-full job Stop compiling OVS modules in OVN jobs Etherpad tracker: https://etherpad.opendev.org/p/neutron-victoria-switch_to_focal Depends-On: https://review.opendev.org/734700/ Depends-On: https://review.opendev.org/748367/ Change-Id: I18498ad7f8e4e4dc6d91a98bd917798420e57aeb Story: #2007865 Task: #40199 (cherry picked from commit e77f6312573e69b6ff1b671a3b8e5fc836bd5398) diff --git a/zuul.d/tempest-multinode.yaml b/zuul.d/tempest-multinode.yaml index 683b3e2..cd1d037 100644 --- a/zuul.d/tempest-multinode.yaml +++ b/zuul.d/tempest-multinode.yaml @@ -1,7 +1,7 @@ - job: name: neutron-tempest-dvr-ha-multinode-full parent: tempest-multinode-full-py3 - nodeset: openstack-three-node-bionic + nodeset: openstack-three-node-focal timeout: 10800 roles: - zuul: openstack/neutron-tempest-plugin @@ -137,10 +137,6 @@ ENABLE_CHASSIS_AS_GW: true OVN_L3_CREATE_PUBLIC_NETWORK: true OVN_DBS_LOG_LEVEL: dbg - # TODO(mjozefcz): Stop compiling OVS modules when meter action in kernel - # will be released in Ubuntu Bionic. - # More info: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-December/048009.html - OVN_BUILD_MODULES: True BUILD_TIMEOUT: 784 ENABLE_TLS: True OVN_IGMP_SNOOPING_ENABLE: True @@ -211,10 +207,6 @@ OVN_DBS_LOG_LEVEL: dbg USE_PYTHON3: True ENABLE_TLS: True - # TODO(mjozefcz): Stop compiling OVS modules when meter action in kernel - # will be released in Ubuntu Bionic. - # More info: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-December/048009.html - OVN_BUILD_MODULES: True - job: diff --git a/zuul.d/tempest-singlenode.yaml b/zuul.d/tempest-singlenode.yaml index f7f0e16..ba1b38d 100644 --- a/zuul.d/tempest-singlenode.yaml +++ b/zuul.d/tempest-singlenode.yaml @@ -229,10 +229,6 @@ ENABLE_CHASSIS_AS_GW: true OVN_L3_CREATE_PUBLIC_NETWORK: true OVN_DBS_LOG_LEVEL: dbg - # TODO(mjozefcz): Stop compiling OVS modules when meter action in kernel - # will be released in Ubuntu Bionic. - # More info: https://mail.openvswitch.org/pipermail/ovs-discuss/2018-December/048009.html - OVN_BUILD_MODULES: True USE_PYTHON3: True BUILD_TIMEOUT: 784 ENABLE_TLS: True