From 5f7e08ecb8e89e8f51478b26e231cf089f302aea Mon Sep 17 00:00:00 2001 From: Jakub Kadlcik Date: Mon, 13 Jan 2025 11:53:26 +0100 Subject: [PATCH] copr-be: fix power9 pool description --- roles/copr/backend/templates/resalloc/pools.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/roles/copr/backend/templates/resalloc/pools.yaml b/roles/copr/backend/templates/resalloc/pools.yaml index a9e855a778..2db4bc39ee 100644 --- a/roles/copr/backend/templates/resalloc/pools.yaml +++ b/roles/copr/backend/templates/resalloc/pools.yaml @@ -208,9 +208,9 @@ copr_p09_{{ hv }}_{% if devel %}dev{% else %}prod{% endif %}: reuse_max_count: 8 reuse_max_time: 1800 description: > - A pool of ppc64le instances. - These machines have POWER9 processors. - Thank you IBM for sponsoring these builders. + A pool of ppc64le instances in the Fedora Community Cage. + These machines have POWER9 processors and are located in RDU (N Carolina). + Thank you Fedora Infrastructure team for maintaining the hypervisors. {% endif %} {% endfor %}