Merge "Remove unused tox_envlist in fetch-subunit-output"

This commit is contained in:
Zuul 2020-05-27 14:58:05 +00:00 committed by Gerrit Code Review
commit 8a35f60eb3
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, to collect. The content of zuul_work_dir is always checked,
so it should not be added here. 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 .. zuul:rolevar:: zuul_use_fetch_output
:default: false :default: false

View File

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