-
Notifications
You must be signed in to change notification settings - Fork 14
/
.zuul.yaml
50 lines (48 loc) · 1.61 KB
/
.zuul.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
- 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