465ce03d8c
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. Update the requirement for tripleo-common to reflect reality, and update the constraint for tenaciy. Change-Id: Ifdf8dd1c782d6d6ac575d6fd5364dcb083e805a9 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
14 lines
308 B
YAML
14 lines
308 B
YAML
|
|
- project:
|
|
templates:
|
|
- tripleo-undercloud-jobs
|
|
- tripleo-multinode-baremetal-minimal
|
|
- tripleo-multinode-container-minimal
|
|
- tripleo-buildimage-jobs
|
|
check:
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|