31fd94679a
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: I7ccf66c212c3a885b4f5ed13dfcf6ba70f7733e8 Depends-On: https://review.openstack.org/555034 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
25 lines
781 B
YAML
25 lines
781 B
YAML
- project:
|
|
check:
|
|
jobs:
|
|
- oslo.versionedobjects-src-grenade-devstack-multinode
|
|
|
|
- openstack-tox-lower-constraints
|
|
gate:
|
|
jobs:
|
|
- openstack-tox-lower-constraints
|
|
- job:
|
|
name: oslo.versionedobjects-src-grenade-devstack-multinode
|
|
parent: legacy-dsvm-base-multinode
|
|
voting: false
|
|
irrelevant-files:
|
|
- ^(test-|)requirements.txt$
|
|
- ^setup.cfg$
|
|
run: playbooks/legacy/oslo.versionedobjects-src-grenade-devstack-multinode/run.yaml
|
|
post-run: playbooks/legacy/oslo.versionedobjects-src-grenade-devstack-multinode/post.yaml
|
|
timeout: 10800
|
|
required-projects:
|
|
- openstack-dev/grenade
|
|
- openstack-infra/devstack-gate
|
|
- openstack/oslo.versionedobjects
|
|
nodeset: legacy-ubuntu-xenial-2-node
|