fix(ci): inline smoke-vm as a step instead of a downstream job #2

Merged
daniel merged 1 commit from fix-smoke-inline into main 2026-04-18 12:31:52 +02:00
Owner

The separate smoke-vm job with needs: build-iso required round-tripping
the 1.5 GB ISO through actions/upload-artifact + download-artifact. v3
on Forgejo has a known issue where large artifacts stall at 0.0% in the
download step — the smoke run hung today with endless "Total file count:
1 ---- Processed file #0 (0.0%)" output.

Since both jobs run on the same self-hosted runner (host mode, same
workspace available), there was never a real need for the artifact
indirection. Inlining as a step after the artifact upload reuses the
ISO already in iso/out/ and skips the download entirely.

step-level continue-on-error preserves the original guarantee that a
VM-side flake doesn't mark the ISO build red.

Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com

The separate smoke-vm job with `needs: build-iso` required round-tripping the 1.5 GB ISO through actions/upload-artifact + download-artifact. v3 on Forgejo has a known issue where large artifacts stall at 0.0% in the download step — the smoke run hung today with endless "Total file count: 1 ---- Processed file #0 (0.0%)" output. Since both jobs run on the same self-hosted runner (host mode, same workspace available), there was never a real need for the artifact indirection. Inlining as a step after the artifact upload reuses the ISO already in iso/out/ and skips the download entirely. step-level continue-on-error preserves the original guarantee that a VM-side flake doesn't mark the ISO build red. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
daniel added 1 commit 2026-04-18 12:31:21 +02:00
fix(ci): inline smoke-vm as a step instead of a downstream job
All checks were successful
CI / lint (pull_request) Successful in 1m6s
CI / test (pull_request) Successful in 1m23s
CI / validate-json (pull_request) Successful in 56s
CI / markdown-links (pull_request) Successful in 24s
7b894f096f
The separate smoke-vm job with `needs: build-iso` required round-tripping
the 1.5 GB ISO through actions/upload-artifact + download-artifact. v3
on Forgejo has a known issue where large artifacts stall at 0.0% in the
download step — the smoke run hung today with endless "Total file count:
1 ---- Processed file #0 (0.0%)" output.

Since both jobs run on the same self-hosted runner (host mode, same
workspace available), there was never a real need for the artifact
indirection. Inlining as a step after the artifact upload reuses the
ISO already in iso/out/ and skips the download entirely.

step-level continue-on-error preserves the original guarantee that a
VM-side flake doesn't mark the ISO build red.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
daniel merged commit cf85217c0d into main 2026-04-18 12:31:52 +02:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: daniel/furtka#2
No description provided.