zuul-jobs/roles/fetch-translation-output/defaults/main.yaml
Jesse Keating 5b2f9bdef9 Add content to support translation jobs
We need a role to fetch translation output to the executor for artifact
upload.

We also need to be able to specify a leading path when uploading
artifacts as translations go into a top dir of translation-source.

Change-Id: I014d559c330803213105ce1bf83a41a3c157df9c
Signed-off-by: Jesse Keating <omgjlk@us.ibm.com>
2017-09-12 16:19:40 -06:00

4 lines
136 B
YAML

---
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
translation_output_src: "src/{{ zuul.project.canonical_name }}/*.pot"