From 75714b05be675569a489cc170a29e957ace60fb8 Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: Mon, 4 Sep 2017 20:38:44 +0000 Subject: [PATCH] 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 --- roles/koschei/backend/templates/config-backend.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2 index 57c665af9d..006832d338 100644 --- a/roles/koschei/backend/templates/config-backend.cfg.j2 +++ b/roles/koschei/backend/templates/config-backend.cfg.j2 @@ -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'],