41f49bcf06
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
29 lines
944 B
YAML
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
|