From 824aa681fc67919661d0b22713dfba1209de8563 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Fri, 31 May 2024 13:50:40 +0200 Subject: [PATCH] copr: enable powerful builders for @ttomecek's review project --- roles/copr/frontend/templates/copr.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index fda2acaec8..f685f3b887 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -226,7 +226,10 @@ EXTRA_BUILDCHROOT_TAGS = [{ # https://github.com/fedora-copr/copr/issues/3203 "pattern": "jordalgo/fedora-6.8-sched_ext/.*(x86_64|aarch64|s390x)/kernel", "tags": ["on_demand_powerful"], - +}, { + # https://github.com/fedora-copr/copr/issues/3293 + "pattern": "ttomecek/review-2279158-python-triton-rocm/fedora-rawhide-x86_64/python-triton-rocm", + "tags": ["on_demand_powerful"], }] {% endif %}