trezor / trezor-suite

Trezor Suite Monorepo
https://trezor.io/trezor-suite
Other
732 stars 255 forks source link

Inspect github workflows caches #13293

Open matejkriz opened 4 months ago

matejkriz commented 4 months ago

Check https://github.com/trezor/trezor-suite/actions/caches

image

Read https://docs.github.com/en/actions/using-workflows/caching-dependencies-to-speed-up-workflows#usage-limits-and-eviction-policy

We are exceeding Github workflow cache limit of 10GB by a lot. That leads to deleting older caches (at this moment older than ~ 16 hours). It can lead to situation where caches are stored but never used (deleted before usage). We should double check if it is already happening and if there is some space for improvement.

matejkriz commented 4 months ago

we're not concerned at the moment