From 7191ebdd2e867261d5ee5719d139e81b0edf1480 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Sat, 17 Nov 2018 20:45:54 -0500 Subject: [PATCH] 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 --- zuul.d/jobs.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 9c053a7b82..d4978c15ab 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -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