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
ci: liberar disco agresivamente en las lanes runtime (el runner moría por disco)
parity-runtime con el data-root en /mnt corrió ~27 min (vs ~5 previos) y
murió en duro: /mnt es el MISMO filesystem que / en estos runners, así que
no daba espacio extra, y la matriz serial acumula ~180 imágenes hasta
llenar el disco (el runner muere y se pierden los logs, de ahí los
BlobNotFound).
Se revierte el data-root a /mnt (inútil) y en su lugar se liberan los SDKs
preinstalados grandes (dotnet/ghc/android/CodeQL/swift/boost/jvm, ~25-30GB;
Go/Node los reinstalan los pasos setup que siguen) + prune de imágenes,
manteniendo el containerd image store. Aplica a parity-runtime y a la lane
arm64 experimental.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments