From a84b3893c47ef1e986fc3f04870248572406c9dd Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 16 Dec 2016 12:09:53 +0100 Subject: [PATCH] Fix python-heatclient docs publishing heatclient was only publishing docs in release pipeline but used the wrong macro - use the proper template for it so that publishing works. If publishing happens only in release pipepline, the tags-only jobs (used by client publish template) needs to be used to have content at top-level as well. Change-Id: Ia30ed578efdd3ea9d8b9f2ef37afc5d07f88dcb5 --- jenkins/jobs/projects.yaml | 2 +- zuul/layout.yaml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/jenkins/jobs/projects.yaml b/jenkins/jobs/projects.yaml index 5f47dcc89c..fca000bd9c 100644 --- a/jenkins/jobs/projects.yaml +++ b/jenkins/jobs/projects.yaml @@ -12700,7 +12700,7 @@ jobs: - coverage-jobs - python-jobs - - openstack-publish-jobs + - openstack-client-publish-jobs - pypi-jobs - translation-jobs - 'gate-{name}-pypy' diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 14cf1b9a0a..214b6f2c38 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -15245,6 +15245,7 @@ projects: - name: pypy-jobs - name: translation-jobs - name: osc-plugin-jobs + - name: openstack-client-publish-jobs check: - gate-python-heatclient-pep8-ubuntu-trusty - gate-python-heatclient-python27-ubuntu-trusty @@ -15263,9 +15264,6 @@ projects: - python-heatclient-branch-tarball - python-heatclient-coverage-ubuntu-trusty - python-heatclient-coverage-ubuntu-xenial - release: - - python-heatclient-docs-ubuntu-trusty - - python-heatclient-docs-ubuntu-xenial - name: openstack/python-ironic-inspector-client template: