Slightly rise priority of Koschei scratch builds in staging
This commit is contained in:
parent
b124753f39
commit
d989d822de
1 changed files with 2 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue