copr-be-dev: bump spot price for powerful machines
This commit is contained in:
parent
2b3d70d4b5
commit
09517a04b4
1 changed files with 3 additions and 1 deletions
|
@ -47,7 +47,9 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot
|
|||
{% set itype='r7g.16xlarge' %}
|
||||
{% endif %}
|
||||
|
||||
{% if spot %}
|
||||
{% if spot and on_demand == 'powerful' %}
|
||||
cmd_new: copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --spot-price 3.4
|
||||
{% elif spot %}
|
||||
cmd_new: copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }} --spot-price 0.156
|
||||
{% else %}
|
||||
cmd_new: copr-resalloc-aws-new-{{ arch }} --instance-type {{ itype }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue