534ffc9a17
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: I2115c1c13e609c3f720c44f38f5562cead456373 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
23 lines
594 B
YAML
23 lines
594 B
YAML
- job:
|
|
name: build-i18n-docs
|
|
description: |
|
|
openstack/i18n has a special doc build that does not match the normal
|
|
OpenStack PTI.
|
|
parent: tox-docs
|
|
vars:
|
|
tox_envlist: docs
|
|
tox_constraints_file: '{{ ansible_user_dir }}/src/git.openstack.org/openstack/requirements/upper-constraints.txt'
|
|
required-projects:
|
|
- openstack/requirements
|
|
success-url: html/
|
|
|
|
- project:
|
|
check:
|
|
jobs:
|
|
- build-i18n-docs
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- build-i18n-docs
|
|
- openstack-tox-lower-constraints
|