Merge "Add openstack-tox-py313 jobs"

This commit is contained in:
Zuul 2024-08-15 03:50:32 +00:00 committed by Gerrit Code Review
commit 235b4117a7

View File

@ -379,6 +379,36 @@
Uses tox with the ``py312`` environment in arm64 platform. Uses tox with the ``py312`` environment in arm64 platform.
- job:
name: openstack-tox-py313
parent: openstack-tox
nodeset: ubuntu-noble
timeout: 2400
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.13.
Uses tox with the ``py313`` environment.
irrelevant-files: *common-irrelevant-files
vars:
tox_envlist: py313
bindep_profile: test py313
python_use_pyenv: True
python_version: '3.13'
- job:
name: openstack-tox-py313-arm64
parent: openstack-tox-py313
nodeset: ubuntu-noble-arm64
timeout: 3600
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.13 on top of arm64 architecture.
Uses tox with the ``py313`` environment in arm64 platform.
- job: - job:
name: openstack-tox-pypy name: openstack-tox-pypy
parent: openstack-tox parent: openstack-tox