Hive Hive
Sign in

Mac runners provision faster on Scaleway CAPI

Metadata
Source
GitHub
Version
capi-scaleway@0.11.3
Domains
Published
Jun 26, 2026 · 12:37 UTC
Repository
tuist/tuist
Update

Faster macOS runner provisioning on Scaleway Apple Silicon. The runner image OCI cache was being deleted roughly every 15 minutes, forcing every golden re-materialization into a full multi-GB re-pull instead of a sub-second APFS clone. The cache key now matches by image repository, so the live runner image survives GC and cold pulls drop to the intended warm path. New metrics expose golden-base hit rate and the split between pull time and queue wait.