Only upload logs when jobs fail

We're having some major disk issues. Help the situation by only
uploading failure logs.

Change-Id: I4156fb59570d98b16c775752639c2fe23e5777c5
This commit is contained in:
Monty Taylor 2018-01-25 09:02:47 -06:00
parent 6283695966
commit c999f9325f
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594

View File

@ -2,6 +2,11 @@
include_role:
name: set-zuul-log-path-fact
# NOTE(mordred) Temporary hack to only upload logs on failures to work around
# unfortunately timed disk outage.
- when: not zuul_success|bool
block:
- name: Create log directories
file:
path: "{{zuul_logserver_root}}/{{ zuul_log_path }}"