From cb99f5f0f1f2b8a995a610c6a42a49bbd9d8ff13 Mon Sep 17 00:00:00 2001 From: Pavel Raiskup Date: Tue, 3 Dec 2019 18:33:59 +0100 Subject: [PATCH] copr: be: final enable of aarch64 in aws --- roles/copr/backend/templates/copr-be.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/copr/backend/templates/copr-be.conf.j2 b/roles/copr/backend/templates/copr-be.conf.j2 index fa29ebf14c..42b8d13420 100644 --- a/roles/copr/backend/templates/copr-be.conf.j2 +++ b/roles/copr/backend/templates/copr-be.conf.j2 @@ -26,7 +26,7 @@ frontend_auth={{ copr_backend_password }} # vm_max_check_fails=2 - when machine is consequently X times marked as failed then it is terminated # vm_terminating_timeout=600 - when machine was terminated and terminate PB did not finish within this number of second, we will run the PB once again. -build_groups={% if devel %}5{% else %}4{% endif %} +build_groups=5 group0_name=PC group0_archs=i386,x86_64,i586,armhfp