copr-builders: powerful builders need 18G root volume
This is needed to have enough space in /var/lib/copr-rpmbuild.
This commit is contained in:
parent
b7c5ecf6cd
commit
986a0965a7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
|||
{% endif %}
|
||||
|
||||
{% if spot and on_demand == 'powerful' %}
|
||||
cmd_new: copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --spot-price 3.4
|
||||
cmd_new: copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --spot-price 3.4 --root-volume-size 18
|
||||
{% elif spot %}
|
||||
cmd_new: copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --spot-price 0.156
|
||||
{% else %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue