remove publish-openstack-python-tarball

Delete the job, which isn't used, and the playbook, which is only used
in the job being removed.

Change-Id: I8a716b35b43badcd5ba2942e016963931394e1ec
Depends-On: https://review.openstack.org/574859
Depends-On: https://review.openstack.org/574858
Signed-off-by: Doug Hellmann <doug@doughellmann.com>
This commit is contained in:
Doug Hellmann 2018-06-12 15:08:19 -04:00
parent 1968ce607e
commit 478affea52
3 changed files with 0 additions and 41 deletions

View File

@ -1,30 +0,0 @@
- hosts: all
roles:
- fetch-tox-output
post_tasks:
- name: Find tarballs and wheels in dist folder.
find:
file_type: file
paths: "src/{{ zuul.project.canonical_name }}/dist"
patterns: "*.tar.gz,*.whl"
register: result
- name: Display stat for tarballs and wheels.
stat:
path: "{{ item.path }}"
with_items: "{{ result.files }}"
- name: Ensure artifacts directory exists.
file:
path: "{{ zuul.executor.work_root }}/artifacts"
state: directory
delegate_to: localhost
- name: Collect tarball artifacts.
synchronize:
dest: "{{ zuul.executor.work_root }}/artifacts/"
mode: pull
src: "{{ item.path }}"
verify_host: true
with_items: "{{ result.files }}"

View File

@ -1,3 +0,0 @@
- hosts: all
roles:
- build-python-release

View File

@ -692,14 +692,6 @@
run: playbooks/puppet-tarball/run.yaml
post-run: playbooks/puppet-branch-tarball/post.yaml
- job:
name: publish-openstack-python-tarball
parent: publish-openstack-artifacts
description: |
Publish the results of the tox-tarball job to tarballs.openstack.org.
run: playbooks/python-tarball/run.yaml
post-run: playbooks/python-tarball/post.yaml
- job:
name: publish-openstack-javascript-tarball
parent: publish-openstack-artifacts