From f052fd8822cbe9a5082b6ff34c2d201058efea6a Mon Sep 17 00:00:00 2001 From: Mikolaj Izdebski Date: Thu, 13 Oct 2016 18:08:35 +0000 Subject: [PATCH] Koschei: remove aarch64 from staging config --- roles/koschei/backend/templates/config-backend.cfg.j2 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/koschei/backend/templates/config-backend.cfg.j2 b/roles/koschei/backend/templates/config-backend.cfg.j2 index b494d0c2aa..ab55bf9e24 100644 --- a/roles/koschei/backend/templates/config-backend.cfg.j2 +++ b/roles/koschei/backend/templates/config-backend.cfg.j2 @@ -21,10 +21,11 @@ config = { }, {% if env == 'staging' %} "max_builds": 4, + "build_arches": ['i386', 'x86_64', 'armhfp'], {% else %} "max_builds": 40, - {% endif %} "build_arches": ['i386', 'x86_64', 'armhfp', 'aarch64'], + {% endif %} "load_threshold": 0.65, "task_priority": 30, },