From 478affea5231b5a73a26394a0a570b26ee80fe4f Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 12 Jun 2018 15:08:19 -0400 Subject: [PATCH] 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 --- playbooks/python-tarball/post.yaml | 30 ------------------------------ playbooks/python-tarball/run.yaml | 3 --- zuul.d/jobs.yaml | 8 -------- 3 files changed, 41 deletions(-) delete mode 100644 playbooks/python-tarball/post.yaml delete mode 100644 playbooks/python-tarball/run.yaml diff --git a/playbooks/python-tarball/post.yaml b/playbooks/python-tarball/post.yaml deleted file mode 100644 index 5251ce7b..00000000 --- a/playbooks/python-tarball/post.yaml +++ /dev/null @@ -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 }}" diff --git a/playbooks/python-tarball/run.yaml b/playbooks/python-tarball/run.yaml deleted file mode 100644 index 3ea4aef6..00000000 --- a/playbooks/python-tarball/run.yaml +++ /dev/null @@ -1,3 +0,0 @@ -- hosts: all - roles: - - build-python-release diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index d26116bf..6104548a 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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