python-brick-cinderclient-ext/.zuul.yaml
Doug Hellmann 82d41362c9 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: Ie9af7f8458571e89a91bac8497c3cd8612fdcb35
Depends-On: https://review.openstack.org/555034
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
2018-03-25 00:17:28 -04:00

56 lines
1.5 KiB
YAML

- job:
name: brick-cinderclient-dsvm-functional
parent: devstack-tox-functional
description: |
devstack-based functional tests for python-brick-cinderclient-ext
required-projects:
- openstack/python-cinderclient
timeout: 4200
vars:
devstack_localrc:
LIBS_FROM_GIT: python-cinderclient
devstack_services:
# turn off ceilometer
ceilometer-acentral: false
ceilometer-acompute: false
ceilometer-alarm-evaluator: false
ceilometer-alarm-notifier: false
ceilometer-anotification: false
ceilometer-api: false
ceilometer-collector: false
# turn off swift
s-account: false
s-container: false
s-object: false
s-proxy: false
# turn off glance
g-api: false
g-reg: false
# turn off nova
n-api: false
n-api-meta: false
n-cauth: false
n-cond: false
n-cpu: false
n-novnc: false
n-obj: false
n-sch: false
placement-api: false
# turn off misc
horizon: false
tempest: false
tls-proxy: false
c-bak: false
# Hardcode brick-cinderclient path so the job can be run on other repo patches
zuul_work_dir: src/git.openstack.org/openstack/python-brick-cinderclient-ext
- project:
check:
jobs:
- brick-cinderclient-dsvm-functional
- openstack-tox-lower-constraints
gate:
jobs:
- brick-cinderclient-dsvm-functional
- openstack-tox-lower-constraints