mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-01-31 17:19:17 -03:30
Fix uploading CI logs to GCS
* Use gsutil to configure the logs bucket's lifecycle, which is not in the gc_storage module yet. (See https://cloud.google.com/storage/docs/gsutil_install). * Generate uniq bucket names extended with the build's OS type info as well. * Ignore boto related errors for the gc_storage module. * Use no_log when needed to supress noise/secrets in output Signed-off-by: Bogdan Dobrelya <bdobrelia@mirantis.com>
This commit is contained in:
@@ -45,6 +45,7 @@
|
||||
register: output
|
||||
ignore_errors: true
|
||||
with_items: "{{commands}}"
|
||||
no_log: True
|
||||
|
||||
- debug: var=item
|
||||
with_items: "{{output.results}}"
|
||||
|
||||
Reference in New Issue
Block a user