Fix translation jobs due to opendev/base-job change

These jobs uses a role in openstack-zuul-jobs, which is a repo that
used to be included in openstack's base job, but is no longer
now that we switched to the opendev base job.  This adds the repo
back to the role path for this job.

Failure is:
ERROR! the role 'prepare-zanata-client' was not found...

Change-Id: Id23965a2d43e555fe1f6c33de1381813fdf7239c
This commit is contained in:
Andreas Jaeger 2019-02-07 08:43:12 +01:00
parent ffeabcecbf
commit a588dede17
1 changed files with 4 additions and 0 deletions

View File

@ -1137,6 +1137,8 @@
parent: propose-updates
description: |
Push strings for translation to translation server.
roles:
- zuul: openstack-infra/openstack-zuul-jobs
pre-run: playbooks/translation/pre.yaml
run: playbooks/translation/upstream-translation-update.yaml
post-run:
@ -1159,6 +1161,8 @@
description: |
Import translations from translation server to projects as
proposed change.
roles:
- zuul: openstack-infra/openstack-zuul-jobs
pre-run: playbooks/translation/pre.yaml
run: playbooks/translation/propose-translation-update.yaml
post-run: playbooks/translation/post.yaml