Skip to content

Optimize Ruby and Go job caching

Oscar Tovar requested to merge oscar/optimize-ruby-and-go-caching into main
  • Enables the FastZip implementation in the cached jobs
  • Sets the compression level to fastest i.e. no compression. This may be okay since Go and Bundler both download compressed versions of their dependencies already.
  • Sets the transfer meter to report the progress every second. This may be helpful in understanding how fast the transfer is occurring, and how much it is downloading.
Edited by Oscar Tovar

Merge request reports