gear/.zuul.yaml
Fabien Boucher 7d552ad346 use python3 as context for build-python-release
Change-Id: Iebda27b20aaa94539766feeeb0236675c2ebdac6
2020-09-09 09:57:38 +02:00

26 lines
508 B
YAML

- 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