zuul-jobs/roles/stage-output
James E. Blair dd8c88354e Fix ownership change in stage-output
If the stage_dir/logs directory was a symlink, Ansible would refuse
to perform the chmod.  However, if we tell Ansible that it is a
directory, it's fine.  This (perhaps curiously) does not tell
Ansible to turn the symlink into a directory.  It just tells it
that everything is okay.

Change-Id: Idbd78b97b95ce50b23dda8f384e32359d31013e3
2019-02-05 09:32:02 -08:00
..
defaults Add compress capabilities to stage artifacts 2017-11-16 12:02:00 +00:00
tasks Fix ownership change in stage-output 2019-02-05 09:32:02 -08: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