Commit a54ba1a
committed
Compress all log and artifact files that are in zuul-output dir
Sometimes the logs might be huge and we are out of the storage on
the log server.
Let's try to compress all files before upload. According to the
current Apache vhost config [1], all files with .gz extension
should be tread as a "text/html".
[1] https://github.com/softwarefactory-project/sf-config/blob/master/ansible/roles/sf-logserver/templates/logserver.conf.j2
Signed-off-by: Daniel Pawlik <[email protected]>1 parent deb0713 commit a54ba1a
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
139 | 139 | | |
140 | 140 | | |
141 | 141 | | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
142 | 152 | | |
143 | 153 | | |
144 | 154 | | |
| |||
0 commit comments