dc21158e31
* Add fetch-video-output role based on fetch-tox-output * Fix test log collection to work with Python3 * Fix page HTML source log Change-Id: I2e865cc5544d6e77bc3af5e413cbaedceb6df1c1
17 lines
460 B
ReStructuredText
17 lines
460 B
ReStructuredText
Collect log output from a tox build
|
|
|
|
**Role Variables**
|
|
|
|
.. 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.
|