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
With a large build matrix and various specialized jobs, cache
entries are created for every PR branch, quickly exhausting the
10 GB GitHub Actions cache limit and causing evictions. That is a
problem, because it can force kernel bzImage and vmsh rebuilds, which
can take a long time.
Restrict cache saving to the master branch, while still allowing all
branches to restore from existing caches. In so doing we should curb
evictions hopefully completely.
Signed-off-by: Daniel Müller <deso@posteo.net>
0 commit comments