Add GitHub Actions runner info to shared TOOLS.md

Each org has self-hosted ARC runners that scale to zero when idle.
Runner labels standardized to runners-<org> format.

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
2026-03-18 22:53:35 -04:00
parent d1103749eb
commit 9001935d63
+6
View File
@@ -32,3 +32,9 @@ Auto-injected env vars:
|---|---|---|
| `privilegedescalation/agents` | Board | Agent profiles and configuration (this repo) |
| `privilegedescalation/headlamp-*` | Gandalf | Headlamp plugin repos |
## GitHub Actions Runners
Self-hosted ARC runners are available at the org level. Use `runs-on: runners-privilegedescalation` in workflows.
Runners scale to zero when idle — if no runner pods are visible, they will start automatically when a workflow is triggered.