Adjust koschei load values

References msimacek/koschei#29
This commit is contained in:
Michael Simacek 2015-08-25 10:50:48 +00:00
parent d7eb24c797
commit 988e2b166d

View file

@ -19,7 +19,7 @@ config = {
"source_tag": "{{ koschei_koji_tag }}",
"target_tag": "{{ koschei_koji_tag }}",
"build_tag": "{{ koschei_koji_tag }}-build",
"max_builds": 60,
"max_builds": 40,
{% if env == 'staging' %}
"build_arches": ['i386', 'x86_64'],
{% else %}
@ -27,7 +27,7 @@ config = {
{% endif %}
"build_opts": {
},
"load_threshold": 0.75,
"load_threshold": 0.65,
"task_priority": 30,
},
"dependency": {