From 410cc4b45740d428550130d6cafee66e2e867df0 Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Mon, 23 Apr 2018 17:23:25 -0400 Subject: [PATCH] Use publish-openstack-releasenotes-python3 for python3 release notes Because publish-openstack-releasenotes is final we need to add a new job to use when publishing release notes for projects using python 3 instead of being able to just use a variant with sphinx_python set. Change-Id: Ib671f2c05a5e22d79cb6acc88e9c51e89132970f Depends-On: https://review.openstack.org/563771 Signed-off-by: Doug Hellmann --- zuul.d/project-templates.yaml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 7e270490..d9ced305 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -311,14 +311,10 @@ sphinx_python: python3 post: jobs: - - publish-openstack-releasenotes: - vars: - sphinx_python: python3 + - publish-openstack-releasenotes-python3 tag: jobs: - - publish-openstack-releasenotes: - vars: - sphinx_python: python3 + - publish-openstack-releasenotes-python3 - project-template: name: openstack-python-jobs