Set staging Koschei load threshold to 100 %
Load is already greatly limited by small value of max number of tasks (only 4), there is no need to check load.
This commit is contained in:
parent
2d97500505
commit
f85f392a5f
1 changed files with 2 additions and 1 deletions
|
@ -34,11 +34,12 @@ config = {
|
|||
{% if env == 'staging' %}
|
||||
"max_builds": 4,
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp'],
|
||||
"load_threshold": 1,
|
||||
{% else %}
|
||||
"max_builds": 60,
|
||||
"build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64', 'ppc64', 'ppc64le'],
|
||||
{% endif %}
|
||||
"load_threshold": 0.65,
|
||||
{% endif %}
|
||||
"task_priority": 30,
|
||||
},
|
||||
"dependency": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue