summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: 14faf50c46b2c5b250e582a5d2a3e9294ee2c250 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
- project:
    vars:
      release_python: python3
    templates:
      - publish-opendev-tox-docs
    check:
      jobs: &jobs
        - build-python-release:
            nodeset: ubuntu-focal
        - tox-linters
        - tox-py35:
            nodeset: ubuntu-xenial
        - tox-py36
        - tox-py37
        - tox-py38
        - tox-py39:
            nodeset: ubuntu-focal
    gate:
      jobs: *jobs
    promote:
      jobs:
        - opendev-promote-python
    release:
      jobs:
        - opendev-release-python:
            nodeset: ubuntu-focal