ci: self-hosted warden-sdk runner registered + docs/ci-cd.md (P5)

Registered a 3rd repo-scoped runner on bfe-mpc-0640 (label warden-sdk,
bfe-mpc-0640-warden-sdk) per ADR-0004. It is offline pending the sudo-gated steps
(service install + CPUQuota/MemoryMax cgroup cap + toolchain/python provisioning),
documented in docs/ci-cd.md as a [maintainer] handoff. kernel-build stays dispatch-gated
and passes JOBS=4 as a belt-and-braces resource bound.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_017wB8KB3MMQztRDXCMCkPrf
This commit is contained in:
BFE Engineering
2026-08-25 14:31:29 -06:00
co-authored by Claude Opus 4.8
parent 9621af6ab0
commit 289ce7f42f
2 changed files with 46 additions and 0 deletions
+1
View File
@@ -115,6 +115,7 @@ jobs:
- name: build zImage + rv1106-warden.dtb
env:
WORK: ${{ github.workspace }}/kbuild-out
JOBS: 4 # belt-and-braces bound in addition to the runner's cgroup cap
run: bash build/build-kernel.sh
- uses: actions/upload-artifact@v4
with: