From 260488e3f28b5c8384aca7d01796053e6cd83c1b Mon Sep 17 00:00:00 2001 From: Doug Hellmann Date: Tue, 19 Jun 2018 13:10:01 -0400 Subject: [PATCH] remove announce and constraint jobs from pre-release pipeline We do not want to send release announcement emails for pre-releases (betas and alphas) because they are not complete. We do not want to update the constraints list because pip requires special instructions to use pre-releases and we do not use those instructions in CI. Change-Id: If1e608c7c2c7a8a775dcd61ca6fa3d64f3c16ae6 Signed-off-by: Doug Hellmann --- zuul.d/project-templates.yaml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index a0713f9a..2e77cb33 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -177,12 +177,6 @@ pre-release: jobs: - release-openstack-python3 - - announce-release: - dependencies: - - release-openstack-python3 - - propose-update-constraints: - dependencies: - - release-openstack-python3 release: jobs: - release-openstack-python3