zuul-jobs/roles/fetch-sphinx-output
Ian Wienand 6f43acde41 fetch-sphinx-tarball: don't run merge-output-to-logs
The merge-output-to-logs role is not doing anything in this test.  As
described inline, this merges files in
zuul.executor.work_root/<docs,artifacts> into the
zuul.executor.log_root directory so they are available in change
results.

Since this job doesn't publish anything there, this role is unused.

merge-output-to-logs currently can't run because it tries to run shell
scripts on the executor.  Thus we can remove this unused role and
restore the job.

Change-Id: I1afc905aa8d9c420bed316e99760ad7ad1d838ce
2020-10-15 14:44:03 +11:00
..
defaults fetch-sphinx-output: introduce zuul_use_fetch_output 2020-05-12 16:38:26 +00:00
tasks fetch-sphinx-output: do not synchronize owner 2020-05-18 17:04:39 +02:00
README.rst fetch-sphinx-tarball: don't run merge-output-to-logs 2020-10-15 14:44:03 +11:00

Collect output from a sphinx build

By default, this copies the output from the sphinx build on the worker to the log root of the executor.

Role Variables