neutron-dynamic-routing/.zuul.yaml
Bernard Cafarelli 41f49bcf06
Clean unused job playbooks
Migration to neutron-tempest-plugin in
e760a49f67 left these around, remove them
as they are not used anymore.

This also drops a remaining job running with ryu from periodic list

Change-Id: I4d96a7379315273ecb33ebde31ee2b6d6b07da48
2020-07-10 16:45:00 +02:00

29 lines
944 B
YAML

- job:
name: neutron-dynamic-routing-functional
parent: neutron-functional
vars:
project_name: neutron-dynamic-routing-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-lower-constraints-jobs-neutron
- openstack-python3-victoria-jobs-neutron
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- neutron-dynamic-routing-functional
- neutron-tempest-plugin-dynamic-routing
gate:
jobs:
- neutron-dynamic-routing-functional
- neutron-tempest-plugin-dynamic-routing