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 %}