zuul-client/.zuul.yaml
Matthieu Huin 13a30f19ec Add promote, release jobs
Publish docs and PyPI archives.

Change-Id: Ia039e4b697e1ee7e3c1055b2e78e9eef0d6f67ed
2020-09-10 08:22:52 +00:00

36 lines
812 B
YAML

- project:
vars:
release_python: python3
check:
jobs:
- opendev-tox-docs
- tox-linters:
vars:
tox_install_bindep: false
- tox-py36:
nodeset: ubuntu-bionic
timeout: 3600
- tox-py38:
nodeset: ubuntu-bionic
timeout: 3600
gate:
jobs:
- opendev-tox-docs
- tox-linters:
vars:
tox_install_bindep: false
- tox-py36:
nodeset: ubuntu-bionic
timeout: 3600
- tox-py38:
nodeset: ubuntu-bionic
timeout: 3600
promote:
jobs:
- opendev-promote-python
- zuul-promote-docs
release:
jobs:
- opendev-release-python
- zuul-publish-tox-docs