From 3f739e1c28a7e68085fc0f842f5827d2d9a8d2d3 Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 13 Jan 2025 11:18:12 +0100 Subject: [PATCH] copr-be: fix some pool descriptions --- roles/copr/backend/templates/resalloc/pools.yaml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index 8ccf717561..8a48cdb39a 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -86,6 +86,10 @@ aws_{{ arch }}_{{ on_demand + '_' if on_demand is not none else '' }}{% if spot reuse_opportunity_time: 90 reuse_max_count: 8 reuse_max_time: 1800 + description: > + A pool of {{ 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 %} # x86_64 hypervisors @@ -121,9 +125,9 @@ copr_hv_x86_64_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}: reuse_max_count: 8 reuse_max_time: 1800 description: > - A pool of x86_64 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. + A pool of x86_64 instances in the Fedora Community Cage. + They are located in RDU (N Carolina). + Thank you Fedora Infrastructure team for maintaining the hypervisors. {% else %} # # x86_hypervisor_{{ hv }} not configured in group_vars @@ -159,7 +163,7 @@ copr_hv_ppc64le_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}: reuse_max_count: 8 reuse_max_time: 1800 description: > - A pool of ppc64le instances in Fedora Community Cage. + A pool of ppc64le instances in the Fedora Community Cage. These machines have POWER8 processors and are located in RDU (N Carolina). Thank you Fedora Infrastructure team for maintaining the hypervisors.