Add functional test job for python 3.12
Change-Id: Iff552192c9c6f691e2b39bea839931f14802eede
This commit is contained in:
parent
204d042c14
commit
4581f5ddd6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user