Merge "Allow predefined zuul_log_path during swift upload"

This commit is contained in:
Zuul 2018-07-31 17:02:59 +00:00 committed by Gerrit Code Review
commit ba9f85bb40
2 changed files with 6 additions and 0 deletions

View File

@ -46,3 +46,8 @@ This uploads logs to an OpenStack Object Store (Swift) container.
If the container is created, should it be created with global read
ACLs. If the container already exists, it will not be modified.
.. zuul:rolevar:: zuul_log_path
:default: Generated by the role `set-zuul-log-path-fact`
Prepend this path to the object names when uploading.

View File

@ -1,6 +1,7 @@
- name: Set zuul-log-path fact
include_role:
name: set-zuul-log-path-fact
when: zuul_log_path is not defined
# Always upload (true), never upload (false) or only on failure ('failure')
- when: zuul_site_upload_logs | default(true) | bool or