Merge "Rework translation templates"

This commit is contained in:
Zuul 2017-12-20 13:38:53 +00:00 committed by Gerrit Code Review
commit e5b85b6f8d

View File

@ -565,13 +565,15 @@
- project-template:
name: translation-jobs
description: |
Sync translations to translation server and back again.
Sync translations to translation server and back again for
**master** only.
This is intented for official OpenStack projects that have
translations set up.
post:
jobs:
- upstream-translation-update
- upstream-translation-update:
branches: master
periodic:
jobs:
- propose-translation-update:
@ -580,7 +582,15 @@
- project-template:
name: translation-jobs-ocata
description: |
Sync translations from translation server for ocata branch.
Sync translations to translation server and back again for
**stable/ocata** branch only.
This is intented for official OpenStack projects that have
translations set up.
post:
jobs:
- upstream-translation-update:
branches: stable/ocata
periodic:
jobs:
- propose-translation-update:
@ -589,7 +599,15 @@
- project-template:
name: translation-jobs-pike
description: |
Sync translations from translation server for pike branch.
Sync translations to translation server and back again for
**stable/pike** branch only.
This is intented for official OpenStack projects that have
translations set up.
post:
jobs:
- upstream-translation-update:
branches: stable/pike
periodic:
jobs:
- propose-translation-update: