Files
neutron-dynamic-routing/.zuul.yaml
elajkat 9ef6249727 Update jobs based on testing runtime for 2025.1
Based on [0] only py39 and py312 jobs are in the testing
runtime for 2025.1, updated relevant files accordingly.

[0] https://review.opendev.org/c/openstack/governance/+/926150

Depends-on: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/926153
Depends-On: https://review.opendev.org/c/openstack/openstack-zuul-jobs/+/929823
Change-Id: I852290979737158e299bda52441d165784ec90dd
2024-10-10 14:18:33 +02:00

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-py312-with-oslo-master
periodic-weekly:
jobs:
- openstack-tox-py312
- openstack-tox-py312-with-oslo-master
- neutron-tempest-plugin-dynamic-routing
- neutron-dynamic-routing-functional