infra/forgejo: raise LAN runner concurrency to 8 #43
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Jinemi/thermograph#43
Loading…
Reference in a new issue
No description provided.
Delete branch "infra/forgejo-runner-capacity"
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?
Summary
pr-build,secrets-guard, andshell-lintas three independent workflows with no dependency between them, sorunner.capacity(previously 3, an undocumented hand-tune of the tool's default of 1) already saturates beforebuild-backend/build-frontend/validate-observabilityget a slot — even though the runner host has 16 cores / 34GB free sitting idle.register-lan-runner.sh(override viaCAPACITY=) so a re-provision doesn't silently regress to the tool's default.docker_host: automountgives job containers the host's own Docker socket, so on a live app or Forgejo host any CI job would get root-equivalent access to whatever else is running there. An earlier stack revision actually ran the runner on beta and was reverted for this reason.Status
Already applied live on the desktop runner (
config.yamlcapacity: 8, restarted, active) — this PR makes the repo match reality.Test plan
forgejo-runner generate-configconfirmed default iscapacity: 1, so the sed pattern matches