ci(android): separate android-ci lane from the nix queue #114
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!114
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "ci/split-concurrency-lanes"
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?
The nix workflows moved to the host nix runner (see #51/#54/#55), so android and nix jobs no longer contend for one machine. Split the shared heavy-ci queue into an android-ci lane (docker runner) and a nix-ci lane (host runner) so a long nix run cannot stall Android CI waiting on a busy label.
Related: #88