From 7af16136db73c908491f2c6927d4a7fb032e5c59 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Thu, 18 Jul 2024 10:19:37 +0200 Subject: [PATCH] copr: typo in "powerful" builder allocation pattern --- roles/copr/frontend/templates/copr.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/frontend/templates/copr.conf b/roles/copr/frontend/templates/copr.conf index 8b19a26b7d..18d19764e4 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -232,7 +232,7 @@ EXTRA_BUILDCHROOT_TAGS = [{ "tags": ["on_demand_powerful"], }, { # https://github.com/fedora-copr/copr/issues/3331 - "pattern": "secureblue/hardened-chromium/*(x86_64|aarch64)/hardened-chromium", + "pattern": "secureblue/hardened-chromium/.*(x86_64|aarch64)/hardened-chromium", "tags": ["on_demand_powerful"], }] {% endif %}