From cabcff3a15fd4f2f163a3c30d651d972c2016aac Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 4 Dec 2018 12:00:49 -0500 Subject: [PATCH] stop publishing release notes using python 2 Remove the tag pipeline entry that calls publish-openstack-releasenotes from the release-notes-job project template so that projects that still have the template in their stable branches do not trigger multiple jobs to publish release notes when a release is tagged. We only ever want the notes to be published from master, and that must stupport publish-openstack-releasenotes-python3 now, so we should not miss any notes. Change-Id: I1f910b1543f930e8a837a764d5df4f3e95197df0 Signed-off-by: Doug Hellmann --- zuul.d/project-templates.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index 79b2f8b8..e2697c81 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -256,9 +256,6 @@ post: jobs: - publish-openstack-releasenotes - tag: - jobs: - - publish-openstack-releasenotes - project-template: name: release-notes-jobs-python3