zuul-jobs/roles/fetch-subunit-output/README.rst
Andreas Jaeger 293b064d29 fetch_subunit: Change variable
Change new variable zuul_additional_subunit_dirs to
fetch_subunit_output_additional_dirs to name it after the role.

Change-Id: I7ac0b5d343701409a8741439334fe27f5374a258
2019-10-21 21:07:39 +02:00

20 lines
531 B
ReStructuredText

Collect subunit outputs
**Role Variables**
.. zuul:rolevar:: zuul_work_dir
:default: {{ ansible_user_dir }}/{{ zuul.project.src_dir }}
Directory to work in. It has to be a fully qualified path.
.. zuul:rolevar:: fetch_subunit_output_additional_dirs
:default: []
List of additional directories which contains subunit files
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.