Clean up pti-python-tarball python-branch-tarball

OpenStack's Python release jobs don't run tox, and don't install the
projects being packaged, not even in the branch tarball variants
these days. Remove the bindep, ensure-tox and collect-tox-logs roles
from pti-python-tarball and python-branch-tarball playbooks so that
the jobs using them can be more portable between distro versions
with less work. This should also make the jobs considerably faster.

Change-Id: Icc30a79f770ed78674354f6226d28907bab7eb1d
This commit is contained in:
Jeremy Stanley 2020-11-13 18:06:27 +00:00
parent d7d74c2832
commit a4c873b51a
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,6 @@
- hosts: all
roles:
- bindep
# We use ensure-pip to make sure the wheel module is installed
- ensure-pip
- ensure-tox
- revoke-sudo

View File

@ -1,6 +1,5 @@
- hosts: all
roles:
- fetch-tox-output
- fetch-python-sdist-output
pre_tasks: