Remove unused tox_envlist in fetch-subunit-output

Change-Id: Iaeaecaeb0e86c2d34f6526ae799b5aa65e0b5487
This commit is contained in:
Albin Vass 2020-05-19 20:24:23 +02:00
parent a7deb384f9
commit f52d7441c4
2 changed files with 0 additions and 5 deletions

View File

@ -14,10 +14,6 @@ Collect subunit outputs
to collect. The content of zuul_work_dir is always checked,
so it should not be added here.
.. zuul:rolevar:: tox_envlist
tox environment that was used to run the tests originally.
.. zuul:rolevar:: zuul_use_fetch_output
:default: false

View File

@ -1,5 +1,4 @@
---
tox_envlist: ""
fetch_subunit_output_additional_dirs: []
zuul_work_dir: "{{ ansible_user_dir }}/{{ zuul.project.src_dir }}"
zuul_output_dir: "{{ ansible_user_dir }}/zuul-output"