use openstack-lower-constraints-jobs-neutron job template

This patch switches the use of openstack-tox-lower-constraints over to
a project specific lower constraints job that ensures the required
projects are pulled from source. Such change is necessary as the current
use of openstack-lower-constraints-jobs doesn't pull neutron, sfc or
dynamic routing from source which is necessary to ensure cross project
testing and use depends on in patch sets.

Change-Id: I78e77df26c0fc9875915db6432e0b52ab62a9322
This commit is contained in:
Boden R 2018-12-11 09:47:24 -07:00
parent da26127e05
commit eec02053ca
1 changed files with 10 additions and 1 deletions

View File

@ -1,13 +1,13 @@
- project:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs-neutron
- openstack-python35-jobs-neutron
- openstack-python36-jobs-neutron
- build-openstack-docs-pti
check:
jobs:
- dragonflow-tox-lower-constraints
- dragonflow-tempest:
voting: false
irrelevant-files:
@ -39,6 +39,7 @@
- openstack/neutron-dynamic-routing
gate:
jobs:
- dragonflow-tox-lower-constraints
- dragonflow-dsvm-fullstack-redis
- openstack-tox-pep8:
required-projects:
@ -121,3 +122,11 @@
vars:
tox_env: dragonflow
osa_test_repo: openstack/openstack-ansible-os_neutron
- job:
name: dragonflow-tox-lower-constraints
parent: openstack-tox-lower-constraints
required-projects:
- openstack/networking-sfc
- openstack/neutron-dynamic-routing
- openstack/neutron