Files
python-brick-cinderclient-ext/.zuul.yaml
Brian Rosmaita 4f4d03d9c5 Update CI for Gazpacho
Add Python 3.13 functional tests, as per
https://governance.openstack.org/tc/reference/runtimes/2026.1.html

Given that our functional tests are devstack-based, the python 3.10
functional job is made non-voting because there is no supported
py3.10 platform for devstack following change I796eddac96313584f4a.

Change-Id: I584f4348b880ef1409328a70658ed0697e225cf5
Signed-off-by: Brian Rosmaita <rosmaita.fossdev@gmail.com>
2026-02-24 15:08:53 -05:00

91 lines
2.9 KiB
YAML

- job:
name: brick-cinderclient-dsvm-functional-base
abstract: true
parent: devstack-tox-functional
description: |
Abstract job for defining devstack-based functional test jobs for
python-brick-cinderclient-ext. Jobs for particular python versions
use this job as a parent, and control what verison of python is used
by specifying a nodeset having the desired version of python as the
system default.
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
c-bak: false
# Hardcode brick-cinderclient path so the job can be run on other repo patches
zuul_work_dir: src/opendev.org/openstack/python-brick-cinderclient-ext
- job:
name: brick-cinderclient-dsvm-functional-py310
parent: brick-cinderclient-dsvm-functional-base
# Python 3.10 is the default on Ubuntu 22.04 (Jammy)
nodeset: openstack-single-node-jammy
vars:
devstack_localrc:
# current master devstack no longer supports jammy as a platform
# (change I796eddac96313584f4a), so we must force install it
FORCE: 'yes'
bindep_profile: test py310
python_version: '3.10'
tox_envlist: functional-py310
- job:
name: brick-cinderclient-dsvm-functional-py313
parent: brick-cinderclient-dsvm-functional-base
# Python 3.13 is the default on Debian Trixie
nodeset: devstack-single-node-debian-trixie
vars:
bindep_profile: test py313
python_version: '3.13'
tox_envlist: functional-py313
- project:
templates:
- check-requirements
- openstack-python3-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- brick-cinderclient-dsvm-functional-py310:
# non-voting because devstack support on python 3.10
# is no longer tested (see change I796eddac96313584f4a)
voting: false
- brick-cinderclient-dsvm-functional-py313
gate:
jobs:
- brick-cinderclient-dsvm-functional-py313