Merge "Rework translation templates"
This commit is contained in:
commit
e5b85b6f8d
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user