Slightly rise priority of Koschei scratch builds in staging

This commit is contained in:
Mikolaj Izdebski 2017-06-13 19:55:55 +00:00
parent b124753f39
commit d989d822de

View file

@ -26,12 +26,13 @@ config = {
"max_builds": 16,
"build_arches": ['x86_64'],
"load_threshold": 1,
"task_priority": 25,
{% else %}
"max_builds": 60,
"build_arches": ['x86_64', 'aarch64', 'ppc64'],
"load_threshold": 0.75,
{% endif %}
"task_priority": 30,
{% endif %}
},
"dependency": {
"build_group": "build",