diff --git a/.zuul.yaml b/.zuul.yaml index 6ad4039..ebb7560 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -46,6 +46,8 @@ nodeset: ubuntu-focal - project: + vars: + release_python: python3 check: jobs: - bindep-centos-7 @@ -55,6 +57,13 @@ - bindep-ubuntu-xenial - bindep-ubuntu-bionic - bindep-ubuntu-focal + - build-python-release + - tox-pep8 + - tox-py27 + - tox-py35: + nodeset: ubuntu-xenial + - tox-py39: + nodeset: ubuntu-focal gate: jobs: - bindep-centos-7 @@ -64,3 +73,16 @@ - bindep-ubuntu-xenial - bindep-ubuntu-bionic - bindep-ubuntu-focal + - build-python-release + - tox-pep8 + - tox-py27 + - tox-py35: + nodeset: ubuntu-xenial + - tox-py39: + nodeset: ubuntu-focal + promote: + jobs: + - opendev-promote-python + release: + jobs: + - opendev-release-python