devstack-plugin-tobiko/zuul.d/project-templates.yaml
Slawek Kaplonski 3a5d5a3bb7 Switch ovn devstack jobs to be ovs now
With [1] default Neutron backend set by Devstack is changed to OVN.
So now most of the Tobiko jobs are running on the Neutron with ML2/OVN
backend.
Jobs which were before "-ovn" jobs are now changed to the "-ovs" jobs
and runs ML2/OVS backend in Neutron.

Additionally this patch switched devstack-tobiko-gate-octavia job to be
run with ML2/OVS backend in Neutron.

Jobs devstack-tobiko-faults and devstack-tobiko-gate-multinode are
for now explicitly set to be run on ML2/OVS backend as some tests are
failing in those multinode jobs while running on OVN and that needs
further investigation.

[1] https://review.opendev.org/c/openstack/devstack/+/791436

Change-Id: Iefc255a33d3da509b31d93f13c771357d2ef5fa7
2021-05-28 09:07:01 +02:00

33 lines
719 B
YAML

---
- project-template:
name: devstack-tobiko-gate
description: |
DevStack jobs intended to gate Tobiko project changes
check: &gate_check_pipeline
jobs:
- devstack-tobiko-gate
- devstack-tobiko-gate-ceph
- devstack-tobiko-gate-multinode
- devstack-tobiko-gate-octavia
- devstack-tobiko-gate-ovs
gate: *gate_check_pipeline
periodic: *gate_check_pipeline
- project-template:
name: devstack-tobiko-faults
description: |
DevStack jobs intended to gate OpenStack project changes
check: &faults_check_pipeline
jobs:
- devstack-tobiko-faults
gate: *faults_check_pipeline
periodic: *faults_check_pipeline