56ee80234c
This change enables using fetch-tox role along with the fetch-output role. By default the role still synchronizes artifacts back to the executor. Change-Id: Iffe5ffc52ee4c765b2e23ab8b3235b6bc7c510d8
27 lines
648 B
ReStructuredText
27 lines
648 B
ReStructuredText
Collect log output from a tox build
|
|
|
|
**Role Variables**
|
|
|
|
.. zuul:rolevar:: tox_envlist
|
|
:default: venv
|
|
|
|
Which tox environment to fetch log output from.
|
|
|
|
.. zuul:rolevar:: tox_executable
|
|
:default: tox
|
|
|
|
Location of the tox executable.
|
|
|
|
.. zuul:rolevar:: zuul_work_dir
|
|
:default: {{ zuul.project.src_dir }}
|
|
|
|
Directory tox was run in.
|
|
|
|
.. zuul:rolevar:: zuul_use_fetch_output
|
|
:default: false
|
|
|
|
Whether to synchronize files to the executor work dir, or to copy them
|
|
on the test instance.
|
|
When set to false, the role synchronizes the file to the executor.
|
|
When set to true, the job needs to use the fetch-output role later.
|