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