Koschei stg: limit number of running builds to 2
This commit is contained in:
parent
22681acd07
commit
fe0aa52569
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ config = {
|
|||
"topurl": "https://{{ koschei_kojipkgs }}",
|
||||
"login_method": "gssapi_login",
|
||||
{% if env == 'staging' %}
|
||||
"max_builds": 16,
|
||||
"max_builds": 2,
|
||||
"build_arches": ['x86_64'],
|
||||
"load_threshold": 0.8,
|
||||
"task_priority": 30,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue