fix(ci): route to dedicated in-cluster runner, fix DOCKER_HOST for DinD #3
No reviewers
Labels
No labels
ci-failure:ci.yaml-gates
ci-failure:deploy.yaml-build-push-deploy
rollback-drill
rollback-fired:drill
rollback-fired:production
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
vendel.xi2ix.com/xi2ix.com-website!3
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/ci-runner-dedicated-dind"
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?
Root cause of the outage tracked in .planning/debug/ci-cd-tool-provisioning.md, confirmed live: VM 603 (the sole runner) has 1.9GB RAM / 92MB free, shared with infra-terraform's own CI -- explains every failure signature in that investigation.
Infra side (terraform repo): new dedicated Forgejo Actions runner in-cluster on pve92 (59GB free RAM), with a proper Docker-in-Docker sidecar replacing the fragile rootless-Podman-on-a-starved-VM setup.
This PR (app side):