Merge "remove publish-openstack-python-tarball"
This commit is contained in:
commit
e1f154066a
@ -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 }}"
|
@ -1,3 +0,0 @@
|
||||
- hosts: all
|
||||
roles:
|
||||
- build-python-release
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user