zuul-client/.zuul.yaml
Matthieu Huin 56981c76df Fix promote and release pipelines
Change-Id: Ib1ca295a8f2532c7718360c92d8c95934f926a20
2020-09-11 14:24:11 +02:00

38 lines
868 B
YAML

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