You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FIY: It looks like all runners are reusing Gradle cache (/home/ubuntu/.gradle), so for my setup actions/cache is not required at all (still it would be nice to have the ability to utilize local cache).
Has a local cache been added by now. Build and security test take me 6 mins upload and download take me 50min. This is unnecessary as I want to have my cache on my runner and not somewhere in the stars
In my setup the cache retrieval step is the longest step for each action:
It takes around 3-4 minutes to download and extract a 515MB cache file:
Host OS
Ubuntu 22
Host Internet connection speed:
This file
wget http://speedtest.novoserve.com/files/10GB.bin
download speed is 40-55MB/sHost CPU:
Intel(R) Xeon(R) Silver 4310 CPU @ 2.10GHz (12 cores)
Host I/O
hdparm -Tt /dev/sda
d if=/dev/zero of=/tmp/test1.img bs=1G count=1 oflag=dsync
Config
Questions
The text was updated successfully, but these errors were encountered: