parent
2f586e375e
commit
2abbcda272
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ config = {
|
||||||
"source_tag": "{{ koschei_koji_tag }}",
|
"source_tag": "{{ koschei_koji_tag }}",
|
||||||
"target_tag": "{{ koschei_koji_tag }}",
|
"target_tag": "{{ koschei_koji_tag }}",
|
||||||
"build_tag": "{{ koschei_koji_tag }}-build",
|
"build_tag": "{{ koschei_koji_tag }}-build",
|
||||||
"max_builds": 30,
|
"max_builds": 60,
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
"build_arches": ['i386', 'x86_64'],
|
"build_arches": ['i386', 'x86_64'],
|
||||||
{% else %}
|
{% else %}
|
||||||
|
@ -27,7 +27,7 @@ config = {
|
||||||
{% endif %}
|
{% endif %}
|
||||||
"build_opts": {
|
"build_opts": {
|
||||||
},
|
},
|
||||||
"load_threshold": 0.5,
|
"load_threshold": 0.75,
|
||||||
"task_priority": 30,
|
"task_priority": 30,
|
||||||
},
|
},
|
||||||
"dependency": {
|
"dependency": {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue