Merge "Switch to py312 for most libec-integration tests"

This commit is contained in:
Zuul
2024-08-30 16:43:59 +00:00
committed by Gerrit Code Review

View File

@@ -70,18 +70,18 @@
- job:
name: libec-pyeclib-unit
parent: openstack-tox-py39
parent: openstack-tox-py312
timeout: 1800
vars:
tox_envlist: py39-compilelibs
tox_envlist: py312-compilelibs
- job:
name: libec-pyeclib-unit-arm64
parent: libec-pyeclib-unit
nodeset: ubuntu-focal-arm64
nodeset: ubuntu-noble-arm64
description: |
Run unit tests for an OpenStack Python project under cPython
version 3.9 on top of arm64 architecture.
version 3.12 on top of arm64 architecture.
- project-template:
name: libec-pyeclib-jobs-arm64