[ci] gzip regression report before uploading

This commit is contained in:
Andreas Dangel
2021-06-20 18:31:31 +02:00
parent 19bc8bdff8
commit 8f2f71b4ec

View File

@ -36,7 +36,7 @@ def upload_report
return return
end end
`tar -cf #{tar_filename} diff/` `tar czf #{tar_filename} diff/`
tar_size = (10 * File.size(tar_filename) / 1024 / 1024)/10.0 tar_size = (10 * File.size(tar_filename) / 1024 / 1024)/10.0
@logger.info "Uploading file #{tar_filename} (#{tar_size}mb) now..." @logger.info "Uploading file #{tar_filename} (#{tar_size}mb) now..."
report_url = `curl -u #{ENV['PMD_CI_CHUNK_TOKEN']} -T #{tar_filename} https://chunk.io` report_url = `curl -u #{ENV['PMD_CI_CHUNK_TOKEN']} -T #{tar_filename} https://chunk.io`