d7bd59b9b3
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. Update PrettyTable dependency so the tests pass. See http://lists.openstack.org/pipermail/openstack-dev/2018-March/128352.html for more details. Change-Id: I59c771ca583fb0ebc9f39314ee68264410f8a173 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
23 lines
554 B
YAML
23 lines
554 B
YAML
- job:
|
|
name: heatclient-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/devstack/functional-run.yaml
|
|
post-run: playbooks/devstack/functional-post.yaml
|
|
timeout: 4200
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/heat
|
|
- openstack/python-heatclient
|
|
vars:
|
|
branch_override: default
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- heatclient-functional
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- heatclient-functional
|
|
- openstack-tox-lower-constraints
|