From 69d99110944f6a17983e731832e703090f17f842 Mon Sep 17 00:00:00 2001 From: "Chandan Kumar (raukadah)" Date: Fri, 18 Jun 2021 15:49:00 +0530 Subject: [PATCH] Enable publish-openstack-python-tarball job https://review.opendev.org/c/openstack/project-config/+/791745 adds the above job, It needs to be enable for tripleo-operator-ansible so that it will run in release pipeline. We defined the release job[1] with in tripleo-operator-ansible project but it is not working as it requires secrets which exists with in project-config repo. For fixing and enabling it, we are adding the job here so that it will gets triggered in the release pipeline. [1] https://review.opendev.org/c/openstack/tripleo-operator-ansible/+/791645 Signed-off-by: Chandan Kumar (raukadah) Change-Id: I17504632998a4ec0b4db120783852f7267c4b4c6 --- zuul.d/projects.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zuul.d/projects.yaml b/zuul.d/projects.yaml index 03553e11ff..12c3717a87 100644 --- a/zuul.d/projects.yaml +++ b/zuul.d/projects.yaml @@ -5649,6 +5649,9 @@ name: openstack/tripleo-operator-ansible templates: - official-openstack-repo-jobs + release: + jobs: + - publish-openstack-python-tarball - project: name: openstack/tripleo-puppet-elements