da8c01cce2
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: Id15b514bb2b796f928040dc4f767df6627c10e87 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
13 lines
318 B
YAML
13 lines
318 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- ironicclient-dsvm-functional
|
|
- ironicclient-tempest-dsvm-src
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
queue: ironic
|
|
jobs:
|
|
- ironicclient-dsvm-functional
|
|
- ironicclient-tempest-dsvm-src
|
|
- openstack-tox-lower-constraints
|