summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: 7a12e67d37ab16b7036cb81c6ea8f38ddb2eda4f (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
- project:
    vars:
      release_python: python3
    templates:
      - publish-opendev-tox-docs
    check:
      jobs:
        - tox-pep8
        - tox-py27
        - tox-py35:
            nodeset: ubuntu-xenial
        - build-python-release
    gate:
      jobs:
        - tox-pep8
        - tox-py27
        - tox-py35:
            nodeset: ubuntu-xenial
        - build-python-release
    promote:
      jobs:
        - opendev-promote-python
    release:
      jobs:
        - opendev-release-python