runners: add github-runner-updater Deployment #29
Reference in New Issue
Block a user
Delete Branch "runners/add-updater-deployment-2026-05-26"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
FlowerCore.Updater had only the offline bluejay-ws-sandbox-1 Windows runner registered (the specialized fcsetup E2E target) and no Linux self-hosted runner, leaving the repo with no Linux PR-CI capacity for any future workflow.
Modeled on github-runner-pimanager (Sprint 32 long-tail final entry, 2026-05-25); two replicas with per-pod emptyDir caches.
Also registers github-runner-updater in the LinuxRunnerRepos + ScaledLinuxRunnerDeployments fleet-lint sets so future suite repairs treat the entry as canonically required.
Pre-existing lint failures on this file family (6 total) are orthogonal: initContainer single-container count assertion + fc-updater IngressRoute POST allowlist + DM ApplicationSet convention drift � not introduced by this change.
Verified locally: dotnet test BluejayInfraLint baseline = 6 failed / 54 passed BEFORE this commit; after this commit = 6 failed / 54 passed (same failures).