Fix promote and release pipelines

Change-Id: Ib1ca295a8f2532c7718360c92d8c95934f926a20
This commit is contained in:
Matthieu Huin 2020-09-11 14:24:11 +02:00
parent 13a30f19ec
commit 56981c76df

View File

@ -3,7 +3,7 @@
release_python: python3 release_python: python3
check: check:
jobs: jobs:
- opendev-tox-docs - zuul-tox-docs
- tox-linters: - tox-linters:
vars: vars:
tox_install_bindep: false tox_install_bindep: false
@ -13,9 +13,10 @@
- tox-py38: - tox-py38:
nodeset: ubuntu-bionic nodeset: ubuntu-bionic
timeout: 3600 timeout: 3600
- build-python-release
gate: gate:
jobs: jobs:
- opendev-tox-docs - zuul-tox-docs
- tox-linters: - tox-linters:
vars: vars:
tox_install_bindep: false tox_install_bindep: false
@ -25,6 +26,7 @@
- tox-py38: - tox-py38:
nodeset: ubuntu-bionic nodeset: ubuntu-bionic
timeout: 3600 timeout: 3600
- build-python-release
promote: promote:
jobs: jobs:
- opendev-promote-python - opendev-promote-python