zuul-jobs/roles/generate-zuul-manifest
Monty Taylor 635be2a3ae Fix cleanup of symlink fixtures
These aren't all getting cleaned up, which winds up breaking
the second runs. Instead of doing addCleanup with a method that
does the loop again, which can fail in the middle and not
clean up subsequent files, add an individual cleanup when we
add the symlink. This results in all of the symlinks consistently
being cleaned.

Change-Id: Id5a5b09c830ad2ad3bb0b77fb9dbdc494c629824
2020-02-24 17:17:17 +00:00
..
defaults Add index_links option to zuul manifest 2020-02-05 07:19:20 -08:00
library Fix cleanup of symlink fixtures 2020-02-24 17:17:17 +00:00
tasks Move index_links to correct task in generate_zuul_manifest 2020-02-05 13:06:09 -08:00
README.rst Add index_links option to zuul manifest 2020-02-05 07:19:20 -08:00
__init__.py Add generate-zuul-manifest role 2019-07-23 09:43:55 -07:00

README.rst

Generate a Zuul manifest file for log uploading

This generates a manifest file in preparation for uploading along with logs. The Zuul web interface can fetch this file in order to display logs from a build.

Role Variables