Set default on fetch-tox-output to venv
The default in our usage is to look for venv. Let's set that correctly here and circle back around and look for making 'all' work better. Change-Id: If6fd028f6857a4f3e5b4564582ddc1b3bcbde96a
This commit is contained in:
parent
98d3f2ac4d
commit
42835b0c31
@ -3,7 +3,7 @@ Collect log output from a tox build
|
||||
**Role Variables**
|
||||
|
||||
.. zuul:rolevar:: tox_envlist
|
||||
:default: all
|
||||
:default: venv
|
||||
|
||||
Which tox environment to fetch log output from.
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
---
|
||||
tox_envlist: all
|
||||
tox_envlist: venv
|
||||
tox_executable: tox
|
||||
|
||||
zuul_work_dir: "{{ zuul.project.src_dir }}"
|
||||
|
Loading…
Reference in New Issue
Block a user