From 79c601cf3fffd10e0b99f59a2ac8876c772857b0 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 8 Oct 2021 18:28:09 +0200 Subject: [PATCH] copr-be-dev: typo in aarch64 instance type --- roles/copr/backend/templates/resalloc/pools.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 52b8c5bb56..315adc0c02 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -81,7 +81,7 @@ aws_aarch64_{% if spot %}spot{% else %}normal{% endif %}_{% if devel %}dev{% els {% for subnet in aws_arch_subnets["aarch64"] %} --possible-subnet {{ subnet }} {% endfor %} - --instance-type i3.large + --instance-type a1.xlarge --tag FedoraGroup=copr --tag CoprPurpose=builder --tag CoprInstance={% if devel %}devel{% else %}production{% endif %}