Merge "Remove publish-openstack-puppet-branch-tarball"

This commit is contained in:
Zuul 2017-11-01 07:34:27 +00:00 committed by Gerrit Code Review
commit 63750b62f6
2 changed files with 0 additions and 24 deletions

View File

@ -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"

View File

@ -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