Add functional test job for python 3.12

Change-Id: Iff552192c9c6f691e2b39bea839931f14802eede
This commit is contained in:
Ghanshyam Mann 2024-05-09 12:56:15 -07:00
parent 204d042c14
commit 4581f5ddd6
1 changed files with 16 additions and 0 deletions

View File

@ -650,6 +650,22 @@
bindep_profile: test py311
python_version: '3.11'
- job:
name: openstack-tox-functional-py312
parent: openstack-tox
nodeset: debian-bookworm
description: |
Run tox-based functional tests for an OpenStack Python project
under cPython version 3.12.
Uses tox with the ``functional-py312`` environment.
irrelevant-files: *common-irrelevant-files
vars:
tox_envlist: functional-py312
bindep_profile: test py312
python_use_pyenv: True
python_version: '3.12'
- job:
name: openstack-tox-functional-py36-fips
parent: openstack-tox-functional-py36