summaryrefslogtreecommitdiff
path: root/roles/fetch-video-output/README.rst
blob: 48fd1ef3139c417a0a4c8f083647f8329a34f4d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.