Create publish-zuul-python-branch-tarball job

Like the release-zuul-python job, use the same playbooks, except do not
publish to pypi.

Change-Id: I1e03f1b2e63a10256babbdafdf6e66d4bb9741c3
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger
2018-11-17 20:45:54 -05:00
parent fd9ccd0bb4
commit 7191ebdd2e

View File

@@ -226,6 +226,15 @@
- setup.py
- README.rst
- job:
name: publish-zuul-python-branch-tarball
parent: publish-openstack-artifacts
description: |
Publish the results of the tox-tarball job to tarballs.openstack.org.
pre-run: playbooks/zuul-tarball/pre.yaml
run: playbooks/zuul-tarball/run.yaml
post-run: playbooks/python-branch-tarball/post.yaml
- job:
name: release-zuul-python
parent: publish-openstack-artifacts