From 374b7d42a89f862f151dbb3a81b05df78b5d5b46 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Thu, 19 May 2016 21:58:11 +0100 Subject: Allow again a second build on ecosse It has low memory but this is rarely a problem and we need it --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment/mga_buildsystem/manifests/config.pp') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index bdff908d..ce2cd27d 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -25,8 +25,8 @@ class mga_buildsystem::config { class { 'buildsystem::var::scheduler' : admin_mail => "sysadmin@group.${::domain}", build_nodes => { - 'i586' => [ 'ecosse0', 'rabbit0', 'rabbit1' ], - 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1' ], + 'i586' => [ 'ecosse0', 'rabbit0', 'rabbit1', 'ecosse1' ], + 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1' ], 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], 'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], }, -- cgit v1.2.1