From 643cee29c16b7bb60556940002789dafe0c881d1 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Wed, 10 Jan 2024 16:12:55 +0100 Subject: [PATCH] copr: allow us to test s390x powerful builder Relates: https://github.com/fedora-copr/copr/issues/3086 --- 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 9184adc7e4..2f2ed67409 100644 --- a/roles/copr/frontend/templates/copr.conf +++ b/roles/copr/frontend/templates/copr.conf @@ -181,7 +181,7 @@ FAS_SIGNUP_URL = "https://accounts.stg.fedoraproject.org" # copr build $project https://... # done EXTRA_BUILDCHROOT_TAGS = [{ - "pattern": "@copr/powerful-test/fedora-rawhide-(x86_64|aarch64)/.*", + "pattern": "@copr/powerful-test/fedora-rawhide-(x86_64|aarch64|s390x)/.*", "tags": ["on_demand_powerful"], }, { "pattern": "@copr/measure-hypervisor.*/.*x86_64/.*",