From 30778a51f38fb2a1e7195cad69dc886f94ed3682 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 17 Apr 2014 06:01:54 +0200 Subject: [PATCH] Only publish translated guides for master We currently only handle translations of manuals on master thus should only publish translated guides there. The jobs that are publishing translated guides in openstack-manuals are openstack-install-deploy-guide-ja and openstack-misc-guides-ja. Run them only on master. Change-Id: Id20b734aa6465773f2430e7ae5145f90c506370c --- modules/openstack_project/files/zuul/layout.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/openstack_project/files/zuul/layout.yaml b/modules/openstack_project/files/zuul/layout.yaml index 908ed2fe62..c5b87dcb50 100644 --- a/modules/openstack_project/files/zuul/layout.yaml +++ b/modules/openstack_project/files/zuul/layout.yaml @@ -407,6 +407,10 @@ jobs: # Continous publishing from master of the following documentation targets: - name: ^.*manuals-upstream-translation-update$ branch: master + - name: openstack-install-deploy-guide-ja + branch: master + - name: openstack-misc-guides-ja + branch: master - name: gate-openstack-manuals-tox-checkniceness voting: false - name: ^gate-.*-tox-doc-publish-checkbuild$