From a4c873b51a244f99f18850cd1603ae3a0116bcc3 Mon Sep 17 00:00:00 2001 From: Jeremy Stanley Date: Fri, 13 Nov 2020 18:06:27 +0000 Subject: [PATCH] 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 --- playbooks/pti-python-tarball/pre.yaml | 3 +-- playbooks/python-branch-tarball/post.yaml | 1 - 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/playbooks/pti-python-tarball/pre.yaml b/playbooks/pti-python-tarball/pre.yaml index b708d3a686..21b5e87e79 100644 --- a/playbooks/pti-python-tarball/pre.yaml +++ b/playbooks/pti-python-tarball/pre.yaml @@ -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 diff --git a/playbooks/python-branch-tarball/post.yaml b/playbooks/python-branch-tarball/post.yaml index d7f508c960..a175d6405b 100644 --- a/playbooks/python-branch-tarball/post.yaml +++ b/playbooks/python-branch-tarball/post.yaml @@ -1,6 +1,5 @@ - hosts: all roles: - - fetch-tox-output - fetch-python-sdist-output pre_tasks: