Skip to content

Commit a8b9387

Browse files
danpawlikevallesp
authored andcommitted
Use gzip with best parameter to make logs size smaller
With the best parameter, the logs should be even smaller than before. Signed-off-by: Daniel Pawlik <[email protected]>
1 parent a54ba1a commit a8b9387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/playbooks/collect-logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@
147147
! -name "*.gz"
148148
! -name "*.xz"
149149
-size +2M
150-
-exec gzip "{}" +
150+
-exec gzip --best "{}" +
151151
152152
- name: Copy files from workspace on node
153153
vars:

0 commit comments

Comments
 (0)