Uh oh!
There was an error while loading. Please reload this page.
ci: migrate runner selectors off retired node-b label - #72
Merged
Conversation
Completes the 2026-08-19 runner-label convention ("labels are
capabilities, not locations"):
[self-hosted, node-b, linux, x64] -> [self-hosted]
[self-hosted, node-b] -> [self-hosted]
[self-hosted, node-b, linux, x64, publish, docker] -> [self-hosted, docker, publish]
The node-b location gate restricted every job to the 3 node-b runners
while 3 capable node-f runners (and the proxmox runner) sat idle. Bare
[self-hosted] still matches every existing runner (all carry the
self-hosted/Linux/X64 defaults), so this only widens the pool.
Container jobs keep their real docker/publish capabilities.
Fleet-wide migration (Vogt WI-25). Canaried on rustnzb#120: jobs
verified running and passing on node-f runners.
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DjwX7G4UVdpDpVo4bkpGviUh oh!
There was an error while loading. Please reload this page.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Completes the 2026-08-19 runner-label convention ("labels are capabilities, not locations;
rustis a fiction"). Part of the fleet-wide migration tracked in Vogt WI-25; canaried on rustnzb#120 where jobs were verified running and passing on the previously idle node-f runners.[self-hosted, node-b, linux, x64]/[self-hosted, node-b][self-hosted][self-hosted, node-b, linux, x64, publish, docker][self-hosted, docker, publish]Bare
[self-hosted]matches every existing runner (all carry the defaultself-hosted/Linux/X64labels), so this only widens the pool. Jobs needing DinD keepdocker/publishand still land on the node-b workers.Merging every repo still selecting
node-bunblocks re-registering the stale runners so their live labels match the ops compose files.🤖 Generated with Claude Code
https://claude.ai/code/session_01DjwX7G4UVdpDpVo4bkpGvi