chore(runner): raise CI concurrency to 2 (parallel recipe testing) #8

Merged
autonomic-bot merged 1 commits from chore/runner-capacity-2 into main 2026-06-09 18:35:19 +00:00

Raises DRONE_RUNNER_CAPACITY 1→2 so immich and plausible (both under active dev) can run CI in parallel.

Safe on this node: full immich CI stack measured ~1GiB with ~5GiB free on the 7.6GiB cpx22; the harness janitor is already age-based + run-app-scoped (never reaps a concurrent in-flight run). Trade-off: a SIGKILL'd build's orphan now lingers up to the 2h janitor window (the run-start sweep can't reap a possibly-live run) — covered by the /upgrade-all start/end reap + sweep-orphans. Revert to 1 if OOM/IO contention appears.

⚠ Deploy restarts drone-runner-exec, which kills any in-flight build — deploy when the runner is idle.

@notplants

Raises `DRONE_RUNNER_CAPACITY` 1→2 so immich and plausible (both under active dev) can run CI in parallel. **Safe on this node:** full immich CI stack measured ~1GiB with ~5GiB free on the 7.6GiB cpx22; the harness janitor is already age-based + run-app-scoped (never reaps a concurrent in-flight run). Trade-off: a SIGKILL'd build's orphan now lingers up to the 2h janitor window (the run-start sweep can't reap a possibly-live run) — covered by the /upgrade-all start/end reap + sweep-orphans. Revert to 1 if OOM/IO contention appears. ⚠ Deploy restarts `drone-runner-exec`, which kills any in-flight build — deploy when the runner is idle. @notplants
autonomic-bot added 1 commit 2026-06-09 18:20:46 +00:00
chore(runner): raise DRONE_RUNNER_CAPACITY 1 -> 2 for parallel recipe CI
Some checks failed
continuous-integration/drone/push Build is failing
3dd6eb5c21
Lets two recipes be tested in parallel (operator request — immich + plausible under
active dev at once). Safe on the current node: measured a full immich CI stack at
~1GiB with multiple GiB free on the 7.6GiB cpx22, and the janitor is already
age-based + run-app-scoped so it never reaps a concurrent in-flight run. Updates the
stale '28GiB node' comment. Revert to 1 if OOM/IO contention shows up.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
autonomic-bot merged commit e76d4005ab into main 2026-06-09 18:35:19 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: recipe-maintainers/cc-ci#8
No description provided.