zuul-jobs/roles/local-log-download
ricolin 5505fda9ac Allow skip files when download logs
Allow skip files that fail to get the contents during downloading logs.

Will show in command message to let downloader knows what file we skips,
so downloader can try to download it manually if they prefer.

Change-Id: Ic87e1e2f1ef656b4d0615fa6fb68a1ed9067a956
2020-09-15 16:21:43 +08:00
..
tasks local-log-download : role with script to download all log files 2020-04-01 07:41:26 +11:00
templates Allow skip files when download logs 2020-09-15 16:21:43 +08:00
README.rst local-log-download : role with script to download all log files 2020-04-01 07:41:26 +11:00

Add a script for users to bulk download logs locally

This adds a script for users to bulk download all logs to their local system. It queries the Zuul API for the manifest and then copies all files locally from the log server.

Role Variables

The Zuul API endpoint to use. Example: https://zuul.example.org/api/tenant/{{ zuul.tenant }}