diff --git a/playbooks/python-branch-tarball/post.yaml b/playbooks/python-branch-tarball/post.yaml deleted file mode 100644 index d7f508c960..0000000000 --- a/playbooks/python-branch-tarball/post.yaml +++ /dev/null @@ -1,15 +0,0 @@ -- hosts: all - roles: - - fetch-tox-output - - fetch-python-sdist-output - - pre_tasks: - # NOTE(pabelanger): This need to run before fetch-python-sdist-output to - # properly rename wheels and tarballs. - - name: Rename files to branch specific name - shell: "mv *.{{ item }} {{ zuul.project.short_name }}-{{ zuul.branch | replace('/', '-') }}.{{ item }}" - args: - chdir: "src/{{ zuul.project.canonical_name }}/dist" - with_items: - - "tar.gz" - - "whl" diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 98cb4b9f56..6a2d3f37cb 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -389,15 +389,6 @@ - secret: afsdocs_secret name: afs -- job: - name: publish-openstack-puppet-branch-tarball - parent: publish-openstack-artifacts - description: | - Publish the results of the puppet-tarball job to tarballs.openstack.org. - pre-run: playbooks/puppet-tarball/pre.yaml - run: playbooks/puppet-tarball/run.yaml - post-run: playbooks/puppet-branch-tarball/post.yaml - - job: name: publish-openstack-python-branch-tarball parent: publish-openstack-artifacts