From aacfa2b00ec304e829d17b8d66984dba0f670dbf Mon Sep 17 00:00:00 2001 From: Jiri Kyjovsky Date: Fri, 9 May 2025 11:51:17 +0200 Subject: [PATCH] copr: add powerful builders for centoshyperscale/asahi/kernel --- roles/copr/frontend/templates/copr.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index e917288891..14b3a32966 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -254,6 +254,10 @@ EXTRA_BUILDCHROOT_TAGS = [{ # https://github.com/fedora-copr/copr/issues/3603 "pattern": "wojnilowicz/ungoogled-chromium/.*(x86_64|aarch64)/.*", "tags": ["on_demand_powerful"], +},{ + # https://github.com/fedora-copr/copr/issues/3718 + "pattern": "@centoshyperscale/asahi/.*(x86_64|aarch64)/kernel", + "tags": ["on_demand_powerful"], }] {% endif %}