os-performance-tools/.zuul.yaml
Ghanshyam Mann 525cd14e18 Update gate jobs as per the 2025.1 cycle testing runtime
As per 2025.1 testing runtime[1], we need to test on Ubuntu
Noble and python 3.9 to 3.12.

Also fixing the memoryview error
   AttributeError: 'memoryview' object has no attribute 'decode'

Tracking: https://etherpad.opendev.org/p/migrate-to-noble

[1] https://governance.openstack.org/tc/reference/runtimes/2025.1.html

Change-Id: Idf0f211043c13c6b96f40fcf2891e84d5959fdb6
2024-11-28 22:01:45 -08:00

20 lines
458 B
YAML

- project:
templates:
- check-requirements
- publish-openstack-docs-pti
- openstack-cover-jobs
check:
jobs:
- openstack-tox-pep8
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311
- openstack-tox-py312
gate:
jobs:
- openstack-tox-pep8
- openstack-tox-py39
- openstack-tox-py310
- openstack-tox-py311
- openstack-tox-py312