copr-be-dev: bump spot price for powerful machines

This commit is contained in:
Pavel Raiskup 2023-10-09 11:00:16 +02:00
parent 2b3d70d4b5
commit 09517a04b4

View file

@ -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 }}