From 45d9f8e5d8fe63f998dc6d1eee078d801818ed3c Mon Sep 17 00:00:00 2001 From: David Moreau-Simard Date: Thu, 25 May 2017 16:31:09 -0400 Subject: [PATCH] gzip the ARA report after generating it ARA behaves well gzipped and shaves a lot of the size due to it being composed mostly of text. Change-Id: Icfb84148e131ae0a8edb84e788077b2a79112078 --- ci-scripts/collect-logs.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ci-scripts/collect-logs.sh b/ci-scripts/collect-logs.sh index 57b30af87..8e19c8d74 100644 --- a/ci-scripts/collect-logs.sh +++ b/ci-scripts/collect-logs.sh @@ -22,6 +22,7 @@ export ANSIBLE_SSH_CONTROL_PATH=$socketdir/%%h-%%r export ARA_DATABASE="sqlite:///${WORKSPACE}/ara.sqlite" $WORKSPACE/bin/ara generate html $WORKSPACE/ara +gzip --recursive --best $WORKSPACE/ara # Check for existence of the config file in the default # directory or as a full path