From 5adf38d71ffae7b3ab0f052878898bb42dab2c1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C3=A9cureuil?= Date: Fri, 23 Sep 2016 14:25:30 +0200 Subject: Enable rabbit today --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'deployment') diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 1b6867fd..6315d905 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', 'ecosse1' ], - 'x86_64' => [ 'ecosse0', 'ecosse1' ], + 'i586' => [ 'ecosse0', 'ecosse1', 'rabbit0', 'rabbit1' ], + 'x86_64' => [ 'ecosse0', 'ecosse1', 'rabbit0', 'rabbit1' ], 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], 'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], }, -- cgit v1.2.1