From ce69a02395b58c4d91ede107a9d82dbc4ece331c Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Thu, 16 Jan 2020 14:55:21 +0000 Subject: [PATCH] Assure we archive logs when needed This should fix OVB log collection size issue. Depends-On: https://review.opendev.org/#/c/704020/ Change-Id: I59f011ee17dd9d86e0fc951aed181ed2ef8d8cfe --- toci-quickstart/config/collect-logs.yml | 3 +-- toci-quickstart/config/testenv/ovb.yml | 3 +++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/toci-quickstart/config/collect-logs.yml b/toci-quickstart/config/collect-logs.yml index 015f56321..10c5c3907 100644 --- a/toci-quickstart/config/collect-logs.yml +++ b/toci-quickstart/config/collect-logs.yml @@ -1,8 +1,7 @@ --- # Collect logs settings -# artcl_tar_gz: true -artcl_gzip_only: true +artcl_gzip: true artcl_txt_rename: true artcl_publish: true artcl_rsync_logs: false diff --git a/toci-quickstart/config/testenv/ovb.yml b/toci-quickstart/config/testenv/ovb.yml index c66ddc710..d8d50ddc6 100644 --- a/toci-quickstart/config/testenv/ovb.yml +++ b/toci-quickstart/config/testenv/ovb.yml @@ -93,3 +93,6 @@ ara_generate_html: false # overrides default timeout of 90min deploy_timeout: 120 + +# OVB logs are far too big not to be compressed +artcl_gzip: true