Files
mogan/.zuul.yaml
Doug Hellmann 6b307e8fc7 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: Iee3102f1e28a1349cae3e5afa3ece210d46b86d8
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-22 15:46:32 -04:00

38 lines
985 B
YAML

- project:
check:
jobs:
- openstack-tox-functional
- mogan-dsvm-tempest-plugin
- openstack-tox-lower-constraints
gate:
jobs:
- openstack-tox-functional
- mogan-dsvm-tempest-plugin
- openstack-tox-lower-constraints
- job:
name: mogan-dsvm-tempest-plugin
parent: legacy-dsvm-base
run: playbooks/legacy/mogan-dsvm-tempest-plugin/run.yaml
post-run: playbooks/legacy/mogan-dsvm-tempest-plugin/post.yaml
timeout: 3600
required-projects:
- openstack-infra/devstack-gate
- openstack/ironic
- openstack/ironic-lib
- openstack/ironic-python-agent
- openstack/mogan
- openstack/python-ironicclient
- openstack/python-moganclient
- openstack/tempest
irrelevant-files:
- ^.*\.rst$
- ^api-ref/.*$
- ^doc/.*$
- ^mogan/tests/functional.*$
- ^mogan/tests/unit.*$
- ^releasenotes/.*$
- ^tools/.*$
- ^tox.ini$