449568c440
Create a tox environment for running the unit tests against the lower bounds of the dependencies. Create a lower-constraints.txt to be used to enforce the lower bounds in those tests. Add openstack-tox-lower-constraints job to the zuul configuration. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I2d6ce9ddd15e5816be5c888daa907039c66507fa Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
27 lines
768 B
YAML
27 lines
768 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- neutron-fwaas-networking-midonet-cross-py35:
|
|
voting: false
|
|
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|
|
- job:
|
|
name: neutron-fwaas-networking-midonet-cross-py35
|
|
parent: openstack-tox-py35
|
|
description: |
|
|
Run Python 35 tests on networking-midonet repository.
|
|
vars:
|
|
zuul_work_dir: src/git.openstack.org/openstack/networking-midonet
|
|
required-projects:
|
|
- openstack/requirements
|
|
- openstack/networking-midonet
|
|
- openstack/neutron
|
|
- openstack/neutron-vpnaas
|
|
- openstack/neutron-lbaas
|
|
- openstack/neutron-dynamic-routing
|
|
- openstack/networking-l2gw
|
|
- openstack/tap-as-a-service
|