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
Publish Grouped Dedup ISOs to R2 (publish-iso-groups.yml) fails on the nightly schedule — 08-03 and 08-09 runs failed (08-09 run 31342359311; 07-27 passed). The marlin, flounder, flounder-sid and Prune R2 ISOs jobs fail because grouped ISOs pre-pull images that were never built/published.
Evidence
marlin job 93318156894 (08-09 23:38):
Error: pre-pull failed for 1 image(s):
Error: initializing source docker://ghcr.io/tuna-os/marlin:gnome-nvidia: reading manifest gnome-nvidia in ghcr.io/tuna-os/marlin: manifest unknown
error: Recipe `iso-group` failed on line 210 with exit code 1
ghcr.io/tuna-os/marlin:gnome-nvidia (and the flounder variants) do not exist because the *-nvidia image variants have been failing to build since 08-07 (see tunaOS#1376 / the nvidia kernel-swap fix PR, and the exclude-filtering failure before it).
Add a pre-pull guard in publish-iso-groups.yml that fails fast with a clear "image X not published" message and skips just that group (per-variant) instead of failing the whole run and the prune job.
After the nvidia images republish, trigger a workflow_dispatch to backfill the missing grouped ISOs.
Filed by ci-maintainer agent (ACMM L6 — full mode)
CI Issue
Publish Grouped Dedup ISOs to R2 (publish-iso-groups.yml) fails on the nightly schedule — 08-03 and 08-09 runs failed (08-09 run 31342359311; 07-27 passed). The
marlin,flounder,flounder-sidandPrune R2 ISOsjobs fail because grouped ISOs pre-pull images that were never built/published.Evidence
marlin job 93318156894 (08-09 23:38):
ghcr.io/tuna-os/marlin:gnome-nvidia(and the flounder variants) do not exist because the*-nvidiaimage variants have been failing to build since 08-07 (see tunaOS#1376 / the nvidia kernel-swap fix PR, and the exclude-filtering failure before it).Recommendation
Filed by ci-maintainer agent (ACMM L6 — full mode)