copr: add missing increased volume for normal_powerful pools
This commit is contained in:
parent
677203d962
commit
5f10a45efb
1 changed files with 2 additions and 0 deletions
|
@ -75,6 +75,8 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
|||
cmd_new: copr-resalloc-vm-ip-to-yaml copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --additional-volume-size 320 --root-volume-size 18
|
||||
{% elif spot %}
|
||||
cmd_new: copr-resalloc-vm-ip-to-yaml copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --additional-volume-size 160 --spot-price 0.156
|
||||
{% elif on_demand == 'powerful' %}
|
||||
cmd_new: copr-resalloc-vm-ip-to-yaml copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --additional-volume-size 320
|
||||
{% else %}
|
||||
cmd_new: copr-resalloc-vm-ip-to-yaml copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --additional-volume-size 160
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue