ed5b04acc2
Change-Id: I74bca3949de6c59459ae1b48cc5bbd7f1e01d798
51 lines
1.6 KiB
YAML
51 lines
1.6 KiB
YAML
- job:
|
|
name: neutron-dynamic-routing-static
|
|
parent: neutron-tempest-plugin-dynamic-routing
|
|
vars:
|
|
devstack_localrc:
|
|
BGP_SCHEDULER_DRIVER: neutron_dynamic_routing.services.bgp.scheduler.bgp_dragent_scheduler.StaticScheduler
|
|
devstack_local_conf:
|
|
test-config:
|
|
$TEMPEST_CONFIG:
|
|
neutron_plugin_options:
|
|
bgp_schedule_speakers_to_agents: true
|
|
|
|
- job:
|
|
name: neutron-dynamic-routing-functional
|
|
parent: neutron-functional
|
|
vars:
|
|
project_name: neutron-dynamic-routing-functional
|
|
tox_envlist: functional
|
|
# NOTE(amotoki): neutron-functional sets tox_install_siblings to false.
|
|
# This needs to be true so that neutron from its repo is installed into
|
|
# tox env.
|
|
# We need to check tox_install_siblings false is required
|
|
# in neutron-functional job.
|
|
tox_install_siblings: true
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- openstack-cover-jobs-neutron
|
|
- openstack-python3-jobs-neutron
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- neutron-dynamic-routing-functional
|
|
- neutron-dynamic-routing-static
|
|
- neutron-tempest-plugin-dynamic-routing
|
|
gate:
|
|
jobs:
|
|
- neutron-dynamic-routing-functional
|
|
- neutron-tempest-plugin-dynamic-routing
|
|
experimental:
|
|
jobs:
|
|
- openstack-tox-py39-with-oslo-master
|
|
periodic-weekly:
|
|
jobs:
|
|
- openstack-tox-py39
|
|
- openstack-tox-py39-with-oslo-master
|
|
- neutron-tempest-plugin-dynamic-routing
|
|
- neutron-dynamic-routing-functional
|