From b4cc8e76a2df2d63ff8f6574bf840d3ff75edb6a Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 2 Nov 2018 17:36:24 +0100 Subject: [PATCH] Sync publish-to-pypi templates The publish-to-pypi-python3 template should work for all repos, there's no need to have two versions. Sync the jobs and declare publish-to-pypi as normal one and publish-to-pypi-python3 as obsolete. Change-Id: I120c8ca4eb9492cf34ccbb51cfb5b219e7036419 Depends-On: https://review.openstack.org/615236 Needed-By: https://review.openstack.org/615239 --- zuul.d/project-templates.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 14f194bf..c5bcf001 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -176,6 +176,12 @@ description: | Publish a Python package to PyPI, then send release announcement emails and propose updates to upper-constraints as needed. + check: + jobs: + - test-release-openstack + gate: + jobs: + - test-release-openstack pre-release: jobs: - release-openstack-python @@ -200,6 +206,8 @@ description: | Publish a Python package to PyPI, then send release announcement emails and propose updates to upper-constraints as needed. + + This is now obsolete, publish-to-pypi uses the same definition. check: jobs: - test-release-openstack-python3