publish-openstack-python-branch-tarball: use py3

Set the release_python variable on the
publish-openstack-python-branch-tarball job to python3 so that it
will find the setuptools and wheel modules provided by the
ensure-pip role, which defaults to python3 already and skips
installing them for python(2).

Change-Id: I78da387bec2360b71f479a29c9c048baae5f8f49
This commit is contained in:
Jeremy Stanley 2020-06-18 16:07:36 +00:00
parent 5974686b49
commit fe1e4d22bf

View File

@ -383,6 +383,8 @@
pre-run: playbooks/pti-python-tarball/pre.yaml pre-run: playbooks/pti-python-tarball/pre.yaml
run: playbooks/pti-python-tarball/run.yaml run: playbooks/pti-python-tarball/run.yaml
post-run: playbooks/python-branch-tarball/post.yaml post-run: playbooks/python-branch-tarball/post.yaml
vars:
release_python: python3
- job: - job:
name: publish-irc-meetings name: publish-irc-meetings