From 497674fa44680d4a0b09706015b07eb11638a1c1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Mon, 13 Jan 2025 11:20:42 +0100 Subject: [PATCH] copr-be: update @secureblue's pattern for powerful workers https://github.com/fedora-copr/copr/issues/3331 --- 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 2e0f2ca3c2..7ffee37430 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/trivalent/.*(x86_64|aarch64)/hardened-chromium", "tags": ["on_demand_powerful"], }, { # https://github.com/fedora-copr/copr/issues/3353