runner-instance-scope #18
Loading…
Reference in a new issue
No description provided.
Delete branch "runner-instance-scope"
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?
Runner ci-rust was registered under the adicom organization — invisible to jobs from cinnae/* repos (notably cinnae/infrastructure's new build-ci-job-image workflow). Re-registered at instance level via Forgejo UI (Site Administration → Actions → Runners → Create new runner) to serve all orgs on this Forgejo instance. This commit only updates the UUID; the matching Token goes into the existing forgejo-runner-token Secret via kubectl patch (never committed). Rollout (live cluster, do not wait for PR merge): 1. kubectl -n forgejo patch secret forgejo-runner-token \ -p '{"data":{"RUNNER_TOKEN":"<base64-of-new-token>"}}' 2. kubectl apply -f helm/runners/20-configmap.yaml 3. kubectl rollout restart deployment/forgejo-runner -n forgejo 4. Verify in Forgejo UI → Site Administration → Actions → Runners that ci-rust appears with Type=Instance and Status=Idle. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>