From 5e86c9e5ebcbfef238e5facffc8e88e082d790af Mon Sep 17 00:00:00 2001 From: Nikhil Komawar Date: Thu, 8 Sep 2016 11:42:37 -0400 Subject: [PATCH] Create a release notes job for glanceclient Currently the release notes are not getting published for the python-glanceclient library. This commit introduces the release notes job that should enable publishing. http://docs.openstack.org/releasenotes/python-glanceclient Change-Id: I1c526c5715293bb51a6ce3db5519e3771f0a6251 --- jenkins/jobs/projects.yaml | 1 + zuul/layout.yaml | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index abf6f15d8f..38de97f50f 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -11226,6 +11226,7 @@ suffix: '-nv' - openstack-client-publish-jobs - pypi-jobs + - openstack-releasenotes-jobs - 'lib-forward-testing-{name}' - '{pipeline}-glanceclient-dsvm-functional{special}{job-suffix}': pipeline: gate diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 8956c03538..66b2cc7804 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -3199,7 +3199,7 @@ jobs: branch: ^(?!stable/(?:juno|kilo|liberty)).*$ # Some python client projects do not have releasenotes until the Newton cycle - - name: ^gate-python-(manila|tacker|trove)client-releasenotes$ + - name: ^gate-python-(manila|tacker|trove|glance)client-releasenotes$ branch: ^(?!stable/(?:juno|kilo|liberty|mitaka)).*$ # Some projects do not have releasenotes until the Newton cycle @@ -13982,6 +13982,7 @@ projects: - name: python-jobs - name: python34-jobs - name: python35-jobs-nv + - name: release-notes-jobs - name: openstack-client-publish-jobs - name: check-requirements - name: publish-to-pypi