python-cinderclient/.zuul.yaml
Brian Rosmaita 1c3fb4f068 Use generic testing template
Change If402f9ae0ca06fec0 replaced cycle-specific testing templates
that had to be changed in each project's zuul config file with a
generic template that only needs to be updated in one place, namely,
in the openstack-zuul-jobs repo.

Apparently cinderclient didn't get the memo, so we fix that now.

Change-Id: I1144ed99b98e91035c88bc4cc8a065ab0249a012
2023-09-01 17:55:42 -04:00

59 lines
1.5 KiB
YAML

- job:
name: python-cinderclient-functional-base
abstract: true
parent: devstack-tox-functional
timeout: 4500
required-projects:
- openstack/cinder
- openstack/python-cinderclient
vars:
openrc_enable_export: true
devstack_localrc:
VOLUME_BACKING_FILE_SIZE: 16G
CINDER_QUOTA_VOLUMES: 25
CINDER_QUOTA_BACKUPS: 25
CINDER_QUOTA_SNAPSHOTS: 25
irrelevant-files:
- ^.*\.rst$
- ^doc/.*$
- ^releasenotes/.*$
- ^cinderclient/tests/unit/.*$
- job:
name: python-cinderclient-functional-py39
parent: python-cinderclient-functional-base
nodeset: devstack-single-node-centos-9-stream
vars:
python_version: 3.9
tox_envlist: functional-py39
- job:
name: python-cinderclient-functional-py310
parent: python-cinderclient-functional-base
# python 3.10 is the default in ubuntu 22.04 (jammy)
nodeset: openstack-single-node-jammy
vars:
python_version: 3.10
tox_envlist: functional-py310
- project:
vars:
ensure_tox_version: '<4'
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-cover-jobs
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- python-cinderclient-functional-py39
- python-cinderclient-functional-py310
- openstack-tox-pylint:
voting: false
gate:
jobs:
- python-cinderclient-functional-py39
- python-cinderclient-functional-py310