From ca213fdd83fdeeb5b7ff848a888a7f532b6682cd Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Mon, 17 May 2021 18:07:18 +0530 Subject: [PATCH] Added publish-openstack-python-tarball job It will be used for publishing tarballs to tarballs.opendev.org only for python projects. It will be triggered in release pipeline. It is needed by tripleo-operator-ansible. Needed-By: https://review.opendev.org/c/openstack/tripleo-operator-ansible/+/791645 Signed-off-by: Chandan Kumar (raukadah) Change-Id: Ifd84cbe9bca856547efc2939a744ef068c286d36 --- zuul.d/jobs.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/zuul.d/jobs.yaml b/zuul.d/jobs.yaml index 71d181613e..cd2fb36a59 100644 --- a/zuul.d/jobs.yaml +++ b/zuul.d/jobs.yaml @@ -63,6 +63,22 @@ - setup.py - README.rst +- job: + name: publish-openstack-python-tarball + parent: publish-openstack-artifacts + description: | + Release and sign OpenStack python tarballs to tarballs.o.o. + It is similar to release-openstack-python but + omits PyPI publication. + pre-run: playbooks/pti-python-tarball/pre.yaml + run: playbooks/pti-python-tarball/run.yaml + post-run: + - playbooks/pti-python-tarball/post.yaml + secrets: + - gpg_key + vars: + release_python: python3 + - job: name: publish-openstack-sphinx-docs-base nodeset: ubuntu-xenial