copr-be: move to i4i.large Copr builders

https://bugzilla.redhat.com/show_bug.cgi?id=2144249
This commit is contained in:
Pavel Raiskup 2022-11-21 10:24:12 +01:00
parent 5afe93f783
commit ac0f56446d

View file

@ -3,6 +3,9 @@
echo >&2 "running: $0 $*"
echo >&2 '$'"RESALLOC_NAME: $RESALLOC_NAME"
# TODO: moved from i3.large to i4i.large because
# https://bugzilla.redhat.com/show_bug.cgi?id=2144249
cmd=(
/usr/bin/resalloc-aws-new
--aws-profile default
@ -14,7 +17,7 @@ cmd=(
--possible-subnet {{ subnet }}
{% endfor %}
{% if item == 'x86_64' %}
--instance-type i3.large
--instance-type i4i.large
{% else %}
--instance-type a1.xlarge
{% endif %}