summaryrefslogtreecommitdiff
path: root/roles/fetch-video-output/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'roles/fetch-video-output/README.rst')
-rw-r--r--roles/fetch-video-output/README.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/roles/fetch-video-output/README.rst b/roles/fetch-video-output/README.rst
new file mode 100644
index 000000000..48fd1ef31
--- /dev/null
+++ b/roles/fetch-video-output/README.rst
@@ -0,0 +1,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.