From a031de183773f73968b30a133491582c9c421c34 Mon Sep 17 00:00:00 2001 From: Pascal Terjan Date: Tue, 17 May 2016 09:29:29 +0100 Subject: Use all machines for both arm architectures --- deployment/mga_buildsystem/manifests/config.pp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 4c523479..bdff908d 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -27,8 +27,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'rabbit1' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1' ], - 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2' ], - 'armv7hl' => [ 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], + 'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], + 'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], }, build_nodes_aliases => { 'jonund0' => "jonund.${::domain}", -- cgit v1.2.1