python-brick-cinderclient-ext/.zuul.yaml
Sean McGinnis 6529b3b388
Drop py35 jobs
Python 3.5 was the target runtime for the Rocky release. The current
target py3 runtime for Stein is Python 3.6, so there is no reason to
keep testing against the older version.

https://governance.openstack.org/tc/reference/runtimes/stein.html#python-runtime-for-stein

Change-Id: I094f862ecdc6a8b54168bc4ba6ef857b43dd7f42
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
2019-02-26 11:03:29 -06:00

61 lines
1.7 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:
templates:
- check-requirements
- openstack-lower-constraints-jobs
- openstack-python-jobs
- openstack-python36-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- brick-cinderclient-dsvm-functional
gate:
jobs:
- brick-cinderclient-dsvm-functional