From e7458add056c4ce4d04de08025f5982e770d2010 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 13 Jan 2025 11:37:17 +0100 Subject: [PATCH] copr-be: more adjectives for the AWS builders --- roles/copr/backend/templates/resalloc/pools.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 8a48cdb39a..f6b7668003 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -87,7 +87,14 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot reuse_max_count: 8 reuse_max_time: 1800 description: > - A pool of {{ arch }} instances in the Amazon AWS Fedora organization. + A pool of + {% if spot and on_demand == 'powerful' %}powerful spot + {% elif spot %}spot + {% elif reserved and on_demand == 'powerful' %}reserved powerful + {% elif reserved %}reserved + {% elif on_demand == 'powerful' %}powerful + {% endif %} + {{ arch }} instances in the Amazon AWS Fedora organization. They are located in us-east-1 (N. Virginia). Thank you Amazon Web Services, Inc. for sponsoring these builders. {% endmacro %}