zuul-jobs/roles/stage-output
Luigi Toscano d89f67aadf stage-output: fix the archiving of all files
The archival task currently relies on the content of all_sources,
but some files are renamed afterwards if their extensions match
one of the special extension of the list.
This means that few files from all_sources are not found and then
not compressed.
Change then the logic: simply discover all files inside logs
and compress all of them.

Change-Id: I7d34d7d90849736b7b842c0bdd67492816f98ebc
2019-03-22 16:05:43 +01:00
..
defaults Add compress capabilities to stage artifacts 2017-11-16 12:02:00 +00:00
tasks stage-output: fix the archiving of all files 2019-03-22 16:05:43 +01:00
README.rst stage-output: Add the ability to add .txt extensions to files 2019-01-31 10:48:58 -08:00

README.rst

Stage job output on the remote node

Takes as input a dictionary of files/folders named 'zuul_copy_output'. Copies contents into {{ zuul_output_dir }} on the remote node and is intended to be used before output fetching in a base job's post-playbook.

Role Variables