cab4e8a1cc
This change enables using fetch-translation role along with the fetch-output role. By default the role still synchronizes artifacts back to the executor. Change-Id: I85c021706c1fa20f8d28b3a1f56c9435ac3836d5
6 lines
277 B
YAML
6 lines
277 B
YAML
---
|
|
zuul_executor_dest: "{{ zuul.executor.work_root }}/artifacts"
|
|
translation_output_src: "src/{{ zuul.project.canonical_name }}/translation-source/"
|
|
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
|
|
zuul_use_fetch_output: "{{ zuul_site_use_fetch_output|default(false) }}"
|