From 9186832d8d46e2b2ba9b7587cbcf2e4f3d8cc28c Mon Sep 17 00:00:00 2001 From: Frank Kloeker Date: Mon, 30 Jul 2018 15:08:56 +0200 Subject: [PATCH] Extend project translation template for Rocky Change-Id: Ia333be62afa0ff8cb7024c676b968c35b396f174 --- zuul.d/project-templates.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/zuul.d/project-templates.yaml b/zuul.d/project-templates.yaml index fd13dcec..a1557ea3 100644 --- a/zuul.d/project-templates.yaml +++ b/zuul.d/project-templates.yaml @@ -656,6 +656,23 @@ - propose-translation-update: branches: stable/queens +- project-template: + name: translation-jobs-rocky + description: | + Sync translations to translation server and back again for + **stable/rocky** branch only. + + This is intented for official OpenStack projects that have + translations set up. + post: + jobs: + - upstream-translation-update: + branches: stable/rocky + periodic: + jobs: + - propose-translation-update: + branches: stable/rocky + - project-template: name: openstack-specs-jobs description: |