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: I762dd163f527e104aadb8b991af7196afb389ba3
This commit is contained in:
David Moreau-Simard 2017-05-25 16:18:11 -04:00
parent 202bf016dc
commit 7653e0c1e8
1 changed files with 1 additions and 0 deletions

View File

@ -528,6 +528,7 @@ function exit_handler {
# Generate ARA report
/tmp/ansible/bin/ara generate html $WORKSPACE/logs/ara
gzip --recursive --best $WORKSPACE/logs/ara
if [[ $status -ne 0 ]]; then
echo "*** FAILED with status: $status"