python-jenkins/.zuul.yaml
Guillaume DeMengin e1a086ad45 CI: add support to python 37 to 311
Change-Id: I48c411f9283fb941ba81181265f59974af649a46
2023-07-17 14:17:35 +00:00

61 lines
1.6 KiB
YAML

---
- job:
name: jjb-tox-cross-jenkins-job-builder
description: Tests compatibility with master branch of jenkins-job-builder
parent: tox-py311
nodeset: ubuntu-jammy
required-projects:
- jjb/python-jenkins
- jjb/jenkins-job-builder
voting: true
- project:
check:
jobs:
# Only in check:
- tox-cover:
nodeset: ubuntu-xenial
# Jobs common to gate pipeline
- tox-linters
- opendev-tox-docs:
nodeset: ubuntu-xenial
- tox-py27:
nodeset: ubuntu-xenial
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic
- tox-py37:
nodeset: ubuntu-bionic
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: ubuntu-jammy
- jjb-tox-cross-jenkins-job-builder
gate:
jobs:
- tox-linters
- opendev-tox-docs:
nodeset: ubuntu-xenial
- tox-py27:
nodeset: ubuntu-xenial
- tox-py35:
nodeset: ubuntu-xenial
- tox-py36:
nodeset: ubuntu-bionic
- tox-py37:
nodeset: ubuntu-bionic
- tox-py38:
nodeset: ubuntu-focal
- tox-py39:
nodeset: ubuntu-focal
- tox-py310:
nodeset: ubuntu-jammy
- tox-py311:
nodeset: ubuntu-jammy
- jjb-tox-cross-jenkins-job-builder