From d3de185520020db360ee4765c4d3343e80f38222 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Sun, 2 Jun 2019 16:08:04 +0200 Subject: [PATCH] Re-add releasenotes jobs Change Iaad7a3b50e14d5f0ef25c52bcc070b7601d46a8f removed the release notes building but this is not mentioned in the commit message at all, so looks like an accident - re-add them. The release notes are currently only updated when a stable/rocky change merges but not for master changes since stable/rocky has a release-notes job but master not. Change-Id: I3c2c67b652fa2ef824f29189bf815965c8a804ab --- zuul.d/project.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zuul.d/project.yaml b/zuul.d/project.yaml index 4bd449cd35..486ea7e361 100644 --- a/zuul.d/project.yaml +++ b/zuul.d/project.yaml @@ -24,3 +24,4 @@ - openstack-ansible-deploy-proxy-jobs - openstack-ansible-deploy-distro_ceph-jobs - publish-openstack-docs-pti + - release-notes-jobs-python3