osc-placement/.zuul.yaml
Ghanshyam Mann b0f9676949 Make python 3.12 functional job voting
Python 3.12 testing is not mandatory in this cycle but
good to start the testing and fix the issues if any. Python
3.12 functional job is passing here so let's make it voting
so that we make sure not to introduce any py3.12 incompatible
change.

Change-Id: Ib9a3f60af9c9a86cba0403e6dbf09d4b6bb42b1c
2024-05-10 10:59:29 -07:00

36 lines
1.1 KiB
YAML

- project:
templates:
- openstack-python3-jobs
- check-requirements
- publish-openstack-docs-pti
- release-notes-jobs-python3
- openstackclient-plugin-jobs
check:
jobs:
- openstack-tox-functional-py39:
required-projects:
- openstack/placement
- openstack-tox-functional-py310:
required-projects:
- openstack/placement
- openstack-tox-functional-py311:
required-projects:
- openstack/placement
- openstack-tox-functional-py312:
required-projects:
- openstack/placement
gate:
jobs:
- openstack-tox-functional-py39:
required-projects:
- openstack/placement
- openstack-tox-functional-py310:
required-projects:
- openstack/placement
- openstack-tox-functional-py311:
required-projects:
- openstack/placement
- openstack-tox-functional-py312:
required-projects:
- openstack/placement