-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement separate long build queues
This implements a separate queue for long-running builds that are identified by a suffix `-long` in the runner name. The values for `slots` in `src/queue_types.rb` is probably wrong, and will need adjusting. This should achieve having an entirely separate queue for long build jobs. What isn't clear to me is whether this leads to unused capacity when there are no long build jobs to be done but there are queued short build jobs waiting.
- Loading branch information
Showing
2 changed files
with
31 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters