From 2abbcda2726e5d123919b7483ebcb4f322c469a2 Mon Sep 17 00:00:00 2001 From: Michael Simacek Date: Fri, 21 Aug 2015 19:36:54 +0000 Subject: [PATCH] Increase number of koschei builds Resolves msimacek/koschei#29 --- roles/koschei/templates/config.cfg.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/koschei/templates/config.cfg.j2 b/roles/koschei/templates/config.cfg.j2 index 7929f14cdb..d6d468dae9 100644 --- a/roles/koschei/templates/config.cfg.j2 +++ b/roles/koschei/templates/config.cfg.j2 @@ -19,7 +19,7 @@ config = { "source_tag": "{{ koschei_koji_tag }}", "target_tag": "{{ koschei_koji_tag }}", "build_tag": "{{ koschei_koji_tag }}-build", - "max_builds": 30, + "max_builds": 60, {% if env == 'staging' %} "build_arches": ['i386', 'x86_64'], {% else %} @@ -27,7 +27,7 @@ config = { {% endif %} "build_opts": { }, - "load_threshold": 0.5, + "load_threshold": 0.75, "task_priority": 30, }, "dependency": {