oslo.policy/.zuul.yaml
Ghanshyam Mann e9910dad2c Drop python 3.8 support
This drop the python 3.8 support. Also, remove
the python_requires flag from setup.cfg which
stop installing it on python version lower
than the min supported. Let's allow to install
and as long as it work for older python it is
ok. User can get to know the supported python
versions from classifier also.

Change-Id: Ic77001276e09288debc27258728dc039193bf6cb
2024-10-15 17:29:23 +00:00

58 lines
1.4 KiB
YAML

- job:
name: cross-nova-tox-functional
parent: openstack-tox
description: |
Run cross-project functional tests on nova.
vars:
zuul_work_dir: src/opendev.org/openstack/nova
tox_envlist: functional
required-projects:
- openstack/nova
- openstack/oslo.policy
- job:
name: cross-nova-tox-py312
parent: openstack-tox
nodeset: ubuntu-noble
description: |
Run cross-project unit tests on nova.
vars:
zuul_work_dir: src/opendev.org/openstack/nova
tox_envlist: py312
required-projects:
- openstack/nova
- openstack/oslo.policy
- job:
name: cross-neutron-tox-py312
parent: openstack-tox
nodeset: ubuntu-noble
description: |
Run cross-project unit tests on neutron.
timeout: 3600
vars:
zuul_work_dir: src/opendev.org/openstack/neutron
tox_envlist: py312
required-projects:
- openstack/neutron
- openstack/oslo.policy
- project:
templates:
- check-requirements
- lib-forward-testing-python3
- openstack-python3-jobs
- periodic-stable-jobs
- publish-openstack-docs-pti
- release-notes-jobs-python3
check:
jobs:
- cross-nova-tox-py312
- cross-nova-tox-functional
- cross-neutron-tox-py312
gate:
jobs:
- cross-nova-tox-py312
- cross-nova-tox-functional
- cross-neutron-tox-py312