56ee80234c
This change enables using fetch-tox role along with the fetch-output role. By default the role still synchronizes artifacts back to the executor. Change-Id: Iffe5ffc52ee4c765b2e23ab8b3235b6bc7c510d8
11 lines
307 B
YAML
11 lines
307 B
YAML
---
|
|
# TODO(mordred) This needs to switch back to not being venv - venv is OpenStack
|
|
# specific.
|
|
tox_envlist: venv
|
|
tox_executable: tox
|
|
|
|
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
|
|
|
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"
|
|
zuul_use_fetch_output: "{{ zuul_site_use_fetch_output|default(false) }}"
|