diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index da1a3781e8..2e0f2ca3c2 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -246,6 +246,10 @@ EXTRA_BUILDCHROOT_TAGS = [{ # https://github.com/fedora-copr/copr/issues/3267 "pattern": "@spot/texlive-2024-testing/.*(x86_64|aarch64|s390x)/texlive*", "tags": ["on_demand_powerful"], +}, { + # https://github.com/fedora-copr/copr/issues/3512 + "pattern": "@kernel-vanilla/.*/.*(x86_64|aarch64)/.*", + "tags": ["on_demand_powerful"], }] {% endif %}