From 79be30fd136d493f2fbcd921e83b2767fbc2891d Mon Sep 17 00:00:00 2001 From: Sean Mooney Date: Tue, 9 May 2023 21:39:35 +0100 Subject: [PATCH] remove focal based jobs ubuntu 20.04 is no longer a tested runtime. This patch removes the os-vif-ovn-ubuntu-focal job from the check and gate pipeliens and removes the job defintion. Change-Id: I3304b7a1d489e281fbceff19dcc97cbd6dadee13 --- .zuul.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.zuul.yaml b/.zuul.yaml index a912f7fb..814b33bb 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -120,16 +120,6 @@ os_vif_ovs: per_port_bridge: true -# TODO(gmann): As per the 2023.1 testing runtime, we need to run at least -# one job on Focal. This job can be removed as per the future testing -# runtime (whenever we drop the Ubuntu Focal testing). -- job: - name: os-vif-ovn-ubuntu-focal - description: | - os-vif ovn job (tests hybrid-plug=false) testing on Ubuntu Focal(20.04) - parent: os-vif-ovn - nodeset: openstack-single-node-focal - - job: name: os-vif-linuxbridge parent: os-vif-tempest-base @@ -182,13 +172,11 @@ voting: false - openstack-tox-functional-ovs-with-sudo - os-vif-ovn - - os-vif-ovn-ubuntu-focal - os-vif-ovs-iptables - os-vif-linuxbridge gate: jobs: - openstack-tox-functional-ovs-with-sudo - os-vif-ovn - - os-vif-ovn-ubuntu-focal - os-vif-ovs-iptables - os-vif-linuxbridge