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:
Monty Taylor 2017-10-03 08:35:46 -05:00
parent 98d3f2ac4d
commit 42835b0c31
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -1,5 +1,5 @@
---
tox_envlist: all
tox_envlist: venv
tox_executable: tox
zuul_work_dir: "{{ zuul.project.src_dir }}"