-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make branch prioritisation more general with a sorting function
The sorting key sorts in the following priority order: 1. First release branches 2. Next branches that create packages 3. Finally, first come, first serve. This sort key has the added benefit of ensuring that for equal priority build requests, the one that was first in queue is the first picked up. Buildbot documentation does not make any guarantees that the initial requests list is sorted by submit time.
- Loading branch information
Showing
2 changed files
with
14 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ | |
mtrJobsMultiplier, | ||
printEnv, | ||
saveLogs, | ||
savePackage, | ||
savePackageIfBranchMatch, | ||
) | ||
|
||
|
||
|
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