From ac0f56446d18270c8fdebc71430e08e9a4660f6c Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Nov 21 2022 09:24:12 +0000 Subject: copr-be: move to i4i.large Copr builders https://bugzilla.redhat.com/show_bug.cgi?id=2144249 --- diff --git a/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 b/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 index fec744f..e3c6aba 100644 --- a/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 +++ b/roles/copr/backend/templates/provision/copr-resalloc-aws-new.j2 @@ -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 %}