python-zunclient/.zuul.yaml
Doug Hellmann 3ba2172b38 add lower-constraints job
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: I9ea7e69986056f1172e834e01d9e3dcbcaa3a22b
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 18:10:07 -04:00

26 lines
703 B
YAML

- job:
name: zunclient-devstack-docker-sql
parent: legacy-dsvm-base
run: playbooks/zunclient-devstack-docker-sql/run.yaml
post-run: playbooks/zunclient-devstack-docker-sql/post.yaml
timeout: 4200
required-projects:
- openstack-dev/devstack
- openstack-infra/devstack-gate
- openstack/devstack-plugin-container
- openstack/kuryr-libnetwork
- openstack/python-zunclient
- openstack/zun
- openstack/zun-tempest-plugin
- project:
check:
jobs:
- zunclient-devstack-docker-sql
- openstack-tox-lower-constraints
gate:
jobs:
- zunclient-devstack-docker-sql
- openstack-tox-lower-constraints