ci(android): serialize heavy CI jobs in one queue #113
No reviewers
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/a0-symbolics!113
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/serialize-heavy-jobs"
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?
What changed
Adds a repository-wide
heavy-ciconcurrency group to the Android workflow. The nix workflows on #51/#54/#55 get the same group on their branches.Why
The self-hosted docker runner degrades under concurrent heavy jobs. Twice now, 4+ parallel jobs (Android SDK installs plus nix closure builds) made its docker daemon stop responding and the runner cancelled every running job:
With
cancel-in-progress: falsethe heavy jobs queue one at a time instead of stampeding. Slow but reliable.Verification
This PR's own Android run executes under the new queue.
Related: #88, #51, #54, #55