aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2017-10-02 21:44:01 +0100
committerPascal Terjan <pterjan@mageia.org>2017-10-02 21:44:01 +0100
commit5e0f4e1414d73afcd1aa756138fd232f2ba9018d (patch)
tree488ffbab6a6e43a4fc69f215f43cbde0c2834030
parentf0c1450fe450c41673d2414b4d5d096006c250d3 (diff)
downloadpuppet-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
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
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' ],
},