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:
Dennis Gilmore 2017-09-04 20:38:44 +00:00
parent 6b1fc4d83f
commit 75714b05be

View file

@ -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'],