make sure that the koschei tasks are the same weight as hotness
hotness and koschei compete over build resources, as koschei is using a higher priority it always wins causing hotness builds to languish. So lets make sure everything is fair Signed-off-by: Dennis Gilmore <ausil@fedoraproject.org>
This commit is contained in:
parent
6b1fc4d83f
commit
75714b05be
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ config = {
|
|||
"max_builds": 16,
|
||||
"build_arches": ['x86_64'],
|
||||
"load_threshold": 1,
|
||||
"task_priority": 25,
|
||||
"task_priority": 30,
|
||||
{% else %}
|
||||
"max_builds": 60,
|
||||
"build_arches": ['x86_64', 'aarch64', 'ppc64'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue