dispatcher: Windows bootstrap downloads forgejo-runner.exe from windows_runner_url; --ephemeral registration #7

Merged
founder merged 1 commit from windows-readiness-probe into main 2026-08-17 06:27:03 +00:00
Owner

Forgejo publishes no Windows runner binaries: the code.forgejo.org zip URL 404s and Expand-Archive failed on the first launches that reached the guest (key.store run 18499). New namespace.windows_runner_url / KEYSTORE_NSC_WINDOWS_RUNNER_URL, sha256 sidecar verification; key.store serves its Nix build from blob.key.store/key-store-mirrors. Pre-existing flaky test TestMacOSComputeLaunchGivesUpOnCapacityAtCreateTimeout (400 ms race) fails on main too.

Forgejo publishes no Windows runner binaries: the code.forgejo.org zip URL 404s and Expand-Archive failed on the first launches that reached the guest (key.store run 18499). New namespace.windows_runner_url / KEYSTORE_NSC_WINDOWS_RUNNER_URL, sha256 sidecar verification; key.store serves its Nix build from blob.key.store/key-store-mirrors. Pre-existing flaky test TestMacOSComputeLaunchGivesUpOnCapacityAtCreateTimeout (400 ms race) fails on main too.
dispatcher: Windows bootstrap downloads forgejo-runner.exe from windows_runner_url (Forgejo ships no Windows runner binaries); ephemeral registration
Some checks failed
Build Container / Image (amd64) (pull_request) Waiting to run
Build Container / Image (arm64) (pull_request) Waiting to run
Build Container / Publish Manifest (pull_request) Blocked by required conditions
Build Go / Go Test (namespace-profile-linux-large) (pull_request) Waiting to run
Build Go / Go Test (namespace-profile-macos-large) (pull_request) Waiting to run
Build Go / Nix Build (pull_request) Waiting to run
Build Container / Image (amd64) (push) Has been cancelled
Build Container / Image (arm64) (push) Has been cancelled
Build Container / Publish Manifest (push) Has been cancelled
Build Go / Go Test (namespace-profile-linux-large) (push) Has been cancelled
Build Go / Go Test (namespace-profile-macos-large) (push) Has been cancelled
Build Go / Nix Build (push) Has been cancelled
d1c298cc68
The bootstrap fetched forgejo-runner-<v>-windows-amd64.zip from
code.forgejo.org, which answers 404 (releases carry linux amd64/arm64 only),
so Expand-Archive failed with 'End of Central Directory record could not be
found' on the first Windows launches that reached the guest (2026-08-17
06:11Z/06:16Z, key.store run 18499). New namespace.windows_runner_url
(env KEYSTORE_NSC_WINDOWS_RUNNER_URL): the guest downloads that exe and
verifies a sibling <url>.sha256 when present; key.store publishes its Nix
build to blob.key.store/key-store-mirrors. Empty keeps the legacy zip URL.
The runner now registers --ephemeral before one-job, like the libvirt lane.
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
key-store/forgejo-nsc!7
No description provided.