zuul-jobs/roles/generate-zuul-manifest
Jens Harbott dd40f5ed9f Fix handling of dangling symlink on manifest generation
There may be broken symlinks within the log directories, those fail with
an error when os.stat() is executed on them. Let's just skip those.

Change-Id: I3e6982c53a08f57ac0e592b8a0041bbb39812d1f
2019-08-26 13:57:03 +00:00
..
defaults Fix typo in generate-zuul-manifest role 2019-07-23 11:58:01 -07:00
library Fix handling of dangling symlink on manifest generation 2019-08-26 13:57:03 +00:00
tasks Use human-readable names for artifact returns 2019-08-12 07:13:27 -07:00
__init__.py Add generate-zuul-manifest role 2019-07-23 09:43:55 -07:00
README.rst Fix typo in generate-zuul-manifest role 2019-07-23 11:58:01 -07:00

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