7bd51b7479
This plugin is dedicated to test future podified ovn setups, setups working only with openvswitch aren't planned with podified. The ovs job often fails in gates, we should not let it block merging for important fixes as long as ovn job results are stable. Change-Id: I6adf8e84c664cec43e8092834266554642da5b7f
21 lines
558 B
YAML
21 lines
558 B
YAML
- project-template:
|
|
name: whitebox-neutron-tempest-plugin-jobs
|
|
check:
|
|
jobs: &neutron_jobs
|
|
- whitebox-neutron-tempest-plugin-openvswitch
|
|
- whitebox-neutron-tempest-plugin-ovn
|
|
- whitebox-neutron-tempest-plugin-ovn-single-thread
|
|
gate:
|
|
jobs:
|
|
- whitebox-neutron-tempest-plugin-ovn
|
|
- whitebox-neutron-tempest-plugin-ovn-single-thread
|
|
|
|
- project:
|
|
templates:
|
|
- whitebox-neutron-tempest-plugin-jobs
|
|
check:
|
|
jobs: &tox_jobs
|
|
- openstack-tox-pep8
|
|
gate:
|
|
jobs: *tox_jobs
|