zuul-jobs/roles/fetch-tox-output/defaults/main.yaml
Monty Taylor d577763697
Add TODO note about reworking fetch-tox-output
The previous patch is a temporary workaround to unbreak some post jobs.
Defaulting this to venv is not the right way to handle that.

Change-Id: I275ca1fcb996514f6ef0f4ac990b0daa3f0e6f68
2017-10-03 12:41:40 -05:00

8 lines
179 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 }}"