diff options
author | Dennis Gilmore <ausil@fedoraproject.org> | 2017-09-04 20:38:44 +0000 |
---|---|---|
committer | Dennis Gilmore <ausil@fedoraproject.org> | 2017-09-04 20:38:44 +0000 |
commit | 75714b05be675569a489cc170a29e957ace60fb8 (patch) | |
tree | 93e35cae589dc2a65fa12365191b2e955e0bba2e | |
parent | 6b1fc4d83fce72eca263ddcc60a9ecd78fa0b203 (diff) | |
download | ansible-75714b05be675569a489cc170a29e957ace60fb8.tar.gz ansible-75714b05be675569a489cc170a29e957ace60fb8.tar.xz ansible-75714b05be675569a489cc170a29e957ace60fb8.zip |
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>
-rw-r--r-- | roles/koschei/backend/templates/config-backend.cfg.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2 index 57c665af9..006832d33 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'], |