From 12f68c635247e474c64caf498c7a0470f760fec0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20Such=C3=BD?= Date: Thu, 1 Aug 2024 19:05:21 +0200 Subject: [PATCH] copr: enable high-performance builders for solopasha/qt6-test/qt6-qtwebengine See https://github.com/fedora-copr/copr/issues/3353 --- roles/copr/frontend/templates/copr.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 18d19764e4..600cecf295 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -234,7 +234,12 @@ EXTRA_BUILDCHROOT_TAGS = [{ # https://github.com/fedora-copr/copr/issues/3331 "pattern": "secureblue/hardened-chromium/.*(x86_64|aarch64)/hardened-chromium", "tags": ["on_demand_powerful"], -}] +}, { + # https://github.com/fedora-copr/copr/issues/3353 + "pattern": "solopasha/qt6-test/.*(x86_64|aarch64)/qt6-qtwebengine", + "tags": ["on_demand_powerful"], +} +] {% endif %}