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
This commit is contained in:
parent
6795bf63a2
commit
79be30fd13
12
.zuul.yaml
12
.zuul.yaml
@ -120,16 +120,6 @@
|
|||||||
os_vif_ovs:
|
os_vif_ovs:
|
||||||
per_port_bridge: true
|
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:
|
- job:
|
||||||
name: os-vif-linuxbridge
|
name: os-vif-linuxbridge
|
||||||
parent: os-vif-tempest-base
|
parent: os-vif-tempest-base
|
||||||
@ -182,13 +172,11 @@
|
|||||||
voting: false
|
voting: false
|
||||||
- openstack-tox-functional-ovs-with-sudo
|
- openstack-tox-functional-ovs-with-sudo
|
||||||
- os-vif-ovn
|
- os-vif-ovn
|
||||||
- os-vif-ovn-ubuntu-focal
|
|
||||||
- os-vif-ovs-iptables
|
- os-vif-ovs-iptables
|
||||||
- os-vif-linuxbridge
|
- os-vif-linuxbridge
|
||||||
gate:
|
gate:
|
||||||
jobs:
|
jobs:
|
||||||
- openstack-tox-functional-ovs-with-sudo
|
- openstack-tox-functional-ovs-with-sudo
|
||||||
- os-vif-ovn
|
- os-vif-ovn
|
||||||
- os-vif-ovn-ubuntu-focal
|
|
||||||
- os-vif-ovs-iptables
|
- os-vif-ovs-iptables
|
||||||
- os-vif-linuxbridge
|
- os-vif-linuxbridge
|
||||||
|
Loading…
Reference in New Issue
Block a user