f36390dbce
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: I5c23fc5f4e31b461255865fb8973cc05c448e364 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
21 lines
556 B
YAML
21 lines
556 B
YAML
- job:
|
|
name: novaclient-dsvm-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/novaclient-dsvm-functional/run.yaml
|
|
post-run: playbooks/legacy/novaclient-dsvm-functional/post.yaml
|
|
timeout: 7200
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/nova
|
|
- openstack/python-novaclient
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- novaclient-dsvm-functional
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- novaclient-dsvm-functional
|
|
- openstack-tox-lower-constraints
|