diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 600cecf295..84164c9897 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -238,8 +238,11 @@ EXTRA_BUILDCHROOT_TAGS = [{ # https://github.com/fedora-copr/copr/issues/3353 "pattern": "solopasha/qt6-test/.*(x86_64|aarch64)/qt6-qtwebengine", "tags": ["on_demand_powerful"], -} -] +}, { + # https://github.com/fedora-copr/copr/issues/3373 + "pattern": "@rocm-packagers-sig/rocm-devel/.*x86_64/.*", + "tags": ["on_demand_powerful"], +}] {% endif %}