From bf39d8070fe83ba831ef594f1dfa24188ad53309 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Mon, 12 Oct 2015 13:44:20 +0200 Subject: [PATCH] Adjust jobs after HA Guide RST conversion The ha-guide repo is now using only RST guides, we thus can remove some jobs. Create a new tempate openstack-doc-gate and use it for both RST only guides - security-doc and ha-guide. Change-Id: I3647bd4591419b8f30520b08c2d51796ad46b27a Depends-On: I4afef0100d21aaa7215ac7f1ee49fdd4c3e7a4e3 --- zuul/layout.yaml | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index 5beaa7c615..19c0364ea3 100755 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -381,6 +381,8 @@ project-templates: - 'periodic-{name}-python27-liberty' + # Used for building documentation projects that contain + # DocBook XML and RST files. - name: openstack-doc-gate check: - gate-{name}-tox-checklinks @@ -394,6 +396,16 @@ project-templates: - gate-{name}-tox-checkdeletions - gate-{name}-tox-doc-publish-checkbuild + # Used for building documentation projects that contain + # only RST files. + - name: openstack-doc-rst-gate + check: + - gate-{name}-tox-checkniceness + - gate-{name}-tox-doc-publish-checkbuild + gate: + - gate-{name}-tox-checkniceness + - gate-{name}-tox-doc-publish-checkbuild + - name: openstack-doc-translation check: - 'gate-{name}-tox-checklang' @@ -5742,7 +5754,7 @@ projects: - name: openstack/ha-guide template: - name: merge-check - - name: openstack-doc-gate + - name: openstack-doc-rst-gate - name: openstack-doc-translation post: - operations-guide-tox-doc-publishdocs @@ -5792,13 +5804,8 @@ projects: - name: openstack/security-doc template: - name: merge-check + - name: openstack-doc-rst-gate - name: openstack-doc-translation - check: - - gate-security-doc-tox-checkniceness - - gate-security-doc-tox-doc-publish-checkbuild - gate: - - gate-security-doc-tox-checkniceness - - gate-security-doc-tox-doc-publish-checkbuild post: - security-doc-tox-doc-publishdocs