Merge "Cleanup translation templates"

This commit is contained in:
Zuul 2018-08-13 16:13:13 +00:00 committed by Gerrit Code Review
commit 7cf7a85f35
1 changed files with 6 additions and 51 deletions

View File

@ -647,57 +647,6 @@
dependencies:
- release-openstack-javascript
- project-template:
name: translation-jobs
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-pike
description: |
Sync translations to translation server and back again for
**stable/pike** branch only.
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
- upstream-translation-update:
branches: stable/pike
periodic:
jobs:
- propose-translation-update:
branches: stable/pike
- project-template:
name: translation-jobs-queens
description: |
Sync translations to translation server and back again for
**stable/queens** branch only.
This is intended for official OpenStack projects that have
translations set up.
post:
jobs:
- upstream-translation-update:
branches: stable/queens
periodic:
jobs:
- propose-translation-update:
branches: stable/queens
- project-template:
name: translation-jobs-rocky
description: |
@ -706,6 +655,12 @@
This is intended for official OpenStack projects that have
translations set up.
.. note::
This template is obsolete, use
``translation-jobs-master-only`` or
``translation-jobs-master-stable`` instead.
post:
jobs:
- upstream-translation-update: