zuul-jobs/roles/fetch-sphinx-tarball
Andreas Jaeger 4f25b964f9 Fail fetch-sphinx-tarball if no html exists
If no html is generated but a PDF, the role will succeed. This is wrong,
we always need HTML for the publish step where the logic is: Publish
HTML and optionally PDF.

I run into this when updating tox.ini and breaking html output, the jobs
passed but promote job failed.

Change-Id: I44d15da4c8e1ec0d1f7284daed69dbf5caa40bf0
2020-04-20 12:33:00 +02:00
..
defaults Switch PDF file name to doc-PROJECT.pdf 2019-09-03 14:40:39 +02:00
tasks Fail fetch-sphinx-tarball if no html exists 2020-04-20 12:33:00 +02:00
README.rst Switch PDF file name to doc-PROJECT.pdf 2019-09-03 14:40:39 +02:00

Collect output from a sphinx build as a tarball

By default, this copies the output from the sphinx build on the worker to the log root of the executor as a tarball, and then extracts the archive into the log root for viewing.

Role Variables