Dedicated desktop-linux act_runner so Tauri builds stop queueing web CI/deploys #8

Open
opened 2026-09-17 23:24:15 -04:00 by jared · 0 comments
Owner

Migrated from LOTUS_TODO.md on 2026-09-17 (the file is now reference-only).

Dedicated desktop-linux runner (infra) — concurrency only collapses burst stacking; a single in-flight build-linux (Tauri, ubuntu-latest) still shares the runner with web CI and can queue a web CI/deploy up to ~30 min. Fix = register a 2nd Linux act_runner labelled desktop-linux (root, network, RAM for a Tauri build; do NOT also label it ubuntu-latest) and point only build-linux: runs-on at it. Relabeling without a matching runner hangs the job forever.

Deferred (chosen-not-now): build-once/deploy-the-artifact to kill the CI-then-deploy double build — revisit only if runner load is still a problem after this.

_Migrated from `LOTUS_TODO.md` on 2026-09-17 (the file is now reference-only)._ **Dedicated `desktop-linux` runner** (infra) — concurrency only collapses _burst_ stacking; a single in-flight `build-linux` (Tauri, `ubuntu-latest`) still shares the runner with web CI and can queue a web CI/deploy up to ~30 min. Fix = register a 2nd Linux act_runner labelled `desktop-linux` (root, network, RAM for a Tauri build; do NOT also label it `ubuntu-latest`) and point only `build-linux: runs-on` at it. Relabeling without a matching runner hangs the job forever. Deferred (chosen-not-now): build-once/deploy-the-artifact to kill the CI-then-deploy double build — revisit only if runner load is still a problem after this.
jared added the infracipriority: medium labels 2026-09-17 23:24:15 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: LotusGuild/matrix#8