From eb7fe4b5ba85d0e5174610657d58dadb1adc05a4 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 6 Nov 2023 15:08:19 +0100 Subject: [PATCH] copr-be: use powerful builders for 3 projects Per requests: https://github.com/fedora-copr/copr/issues/2985 https://github.com/fedora-copr/copr/issues/2986 https://github.com/fedora-copr/copr/issues/2987 --- roles/copr/frontend/templates/copr.conf | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index ca1d6c645b..f8228a5be4 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -208,5 +208,17 @@ EXTRA_BUILDCHROOT_TAGS = [{ # https://github.com/fedora-copr/copr/issues/2966 "pattern": "ngompa/fedora-asahi-dev/.*(x86_64|aarch64)/kernel", "tags": ["on_demand_powerful"], +}, { + # https://github.com/fedora-copr/copr/issues/2985 + "pattern": "ngompa/kernel-ark-exp-dev/.*(x86_64|aarch64)/kernel", + "tags": ["on_demand_powerful"], +}, { + # https://github.com/fedora-copr/copr/issues/2986 + "pattern": "@centoshyperscale/kernel/.*(x86_64|aarch64)/kernel", + "tags": ["on_demand_powerful"], +}, { + # https://github.com/fedora-copr/copr/issues/2987 + "pattern": "@fedora-llvm-team/llvm-snapshots/.*x86_64/(llvm|clang)", + "tags": ["on_demand_powerful"], }] {% endif %}