diff options
author | Pascal Terjan <pterjan@mageia.org> | 2017-10-02 21:44:01 +0100 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2017-10-02 21:44:01 +0100 |
commit | 5e0f4e1414d73afcd1aa756138fd232f2ba9018d (patch) | |
tree | 488ffbab6a6e43a4fc69f215f43cbde0c2834030 /deployment/mga_buildsystem | |
parent | f0c1450fe450c41673d2414b4d5d096006c250d3 (diff) | |
download | puppet-5e0f4e1414d73afcd1aa756138fd232f2ba9018d.tar puppet-5e0f4e1414d73afcd1aa756138fd232f2ba9018d.tar.gz puppet-5e0f4e1414d73afcd1aa756138fd232f2ba9018d.tar.bz2 puppet-5e0f4e1414d73afcd1aa756138fd232f2ba9018d.tar.xz puppet-5e0f4e1414d73afcd1aa756138fd232f2ba9018d.zip |
Add a 3rd build on rabbit to help current perl-* rebuild
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index ba1cff2c..9f1ccd74 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', 'ecosse1', 'rabbit1' ], - 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ], + 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1', 'rabbit2' ], + 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1', 'rabbit2' ], 'armv5tl' => [ 'armorique', 'armagnac', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ], 'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armlet8', 'armlet9' ], }, |