Merge "Move publish-openstack-puppet-branch-tarball into ozj"

This commit is contained in:
Zuul 2017-11-01 07:50:03 +00:00 committed by Gerrit Code Review
commit eb98db844b
2 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,9 @@
- hosts: all
roles:
- fetch-puppet-module-output
pre_tasks:
- name: Rename files to branch specific name
shell: "mv *.tar.gz {{ zuul.project.short_name }}-{{ zuul.branch | replace('/', '-') }}.tar.gz"
args:
chdir: "{{ zuul.project.src_dir }}/pkg"

View File

@ -371,6 +371,15 @@
pre-run: playbooks/puppet-tarball/pre.yaml
run: playbooks/puppet-tarball/run.yaml
- 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-tarball
parent: publish-openstack-artifacts