summaryrefslogtreecommitdiff
path: root/.zuul.yaml
blob: b81eb008a017fed1bfb08a3c134a3487440bac57 (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:
    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