jenkins-job-builder/.zuul.yaml
Evgeni Golov 413e765aea Add support for Python 3.12
Change-Id: Ic4885ee35e900a2115078d6320e97aab89c819bb
Signed-off-by: Evgeni Golov <evgeni@golov.de>
2024-10-30 21:36:24 +03:00

55 lines
1.2 KiB
YAML

- job:
name: jjb-tox-linters
parent: tox
vars:
tox_envlist: linters
- job:
name: jjb-tox-cross-python-jenkins
description: Tests compatibility with master branch of python-jenkins
parent: tox-py38
required-projects:
- jjb/python-jenkins
- jjb/jenkins-job-builder
nodeset: ubuntu-focal
voting: true
- job:
name: jjb-tox-docs-linkcheck
parent: tox
vars:
tox_envlist: docs-linkcheck
- project:
templates:
- docs-on-readthedocs
- openstack-python37-jobs-no-constraints
vars:
rtd_webhook_id: '47271'
check:
jobs:
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: ubuntu-jammy
- tox-py312
- jjb-tox-linters
- jjb-tox-cross-python-jenkins
- jjb-tox-docs-linkcheck
- tox-cover
gate:
jobs:
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: ubuntu-jammy
- tox-py312