8de1f789c5
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: I8fbcde0573eddc1763104e0f812f93489a1b48e3 Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
34 lines
924 B
YAML
34 lines
924 B
YAML
- job:
|
|
name: cinderclient-dsvm-functional
|
|
parent: legacy-dsvm-base
|
|
run: playbooks/legacy/cinderclient-dsvm-functional/run.yaml
|
|
post-run: playbooks/legacy/cinderclient-dsvm-functional/post.yaml
|
|
timeout: 4200
|
|
voting: false
|
|
required-projects:
|
|
- openstack-infra/devstack-gate
|
|
- openstack/cinder
|
|
- openstack/python-cinderclient
|
|
irrelevant-files:
|
|
- ^.*\.rst$
|
|
- ^doc/.*$
|
|
- ^releasenotes/.*$
|
|
|
|
- project:
|
|
templates:
|
|
- check-requirements
|
|
- lib-forward-testing
|
|
- lib-forward-testing-python3
|
|
- openstack-cover-jobs
|
|
- openstack-lower-constraints-jobs
|
|
- openstack-python-jobs
|
|
- openstack-python36-jobs
|
|
- openstack-python37-jobs
|
|
- publish-openstack-docs-pti
|
|
- release-notes-jobs-python3
|
|
check:
|
|
jobs:
|
|
- cinderclient-dsvm-functional
|
|
- openstack-tox-pylint:
|
|
voting: false
|