Rework translation templates

Instead of creating a new template with each release, create one for
master only and one for master and translated branches. That makes
switching to new releases easier.

Also, fix a typo.

Change-Id: Iedd2cdbbc42f09ff7e54917e161c583892eb0000
This commit is contained in:
Andreas Jaeger 2018-08-07 08:11:51 +02:00
parent 18bba289e5
commit 95299bae32
1 changed files with 45 additions and 4 deletions

View File

@ -632,7 +632,7 @@
Sync translations to translation server and back again for
**master** only.
This is intented for official OpenStack projects that have
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
@ -649,7 +649,7 @@
Sync translations to translation server and back again for
**stable/pike** branch only.
This is intented for official OpenStack projects that have
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
@ -666,7 +666,7 @@
Sync translations to translation server and back again for
**stable/queens** branch only.
This is intented for official OpenStack projects that have
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
@ -683,7 +683,7 @@
Sync translations to translation server and back again for
**stable/rocky** branch only.
This is intented for official OpenStack projects that have
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
@ -694,6 +694,47 @@
- propose-translation-update:
branches: stable/rocky
- project-template:
name: translation-jobs-master-only
description: |
Sync translations to translation server and back again for
**master** only.
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
- upstream-translation-update:
branches: master
periodic:
jobs:
- propose-translation-update:
branches: master
- project-template:
name: translation-jobs-master-stable
description: |
Sync translations to translation server and back again for
**master** and translated stable branches.
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
- upstream-translation-update:
branches:
- master
- stable/queens
- stable/rocky
periodic:
jobs:
- propose-translation-update:
branches:
- master
- stable/queens
- stable/rocky
- project-template:
name: openstack-specs-jobs
description: |