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
I have investigated the size of build-cache with the following commands.
Before: skopeo inspect --raw docker://ghcr.io/autowarefoundation/autoware-buildcache@sha256:60073907bce4f4fe9e7ce14a1d4d4cb3920a8aefe8089c4396897f1ad190c4fa | jq '[.manifests[].size] | add'
I get about 11.5 GB
Latest: skopeo inspect --raw docker://ghcr.io/autowarefoundation/autoware-buildcache:amd64-main | jq '[.manifests[].size] | add'
I get about 4.2 GB
I'm not sure how to prevent it from overgrowing.
But a simple solution would be to remove the cache periodically, maybe weekly to prevent it from going over a size limit.
Or a daily workflow could check its size and remove it once it goes over a size limit.
I think daily checking is a solution until we have other ways to keep its size limited.
And checking its size can be done with the command @mitsudome-r shared above.
Checklist
Description
The workflows are failing with
Error: No space left on device
.The available space is plenty.
It fails at an early stage too.
Possible causes
cc. @youtalk @mitsudome-r @oguzkaganozt
The text was updated successfully, but these errors were encountered: