aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorNicolas Lécureuil <neoclust@mageia.org>2016-09-22 21:24:30 +0200
committerNicolas Lécureuil <neoclust@mageia.org>2016-09-22 21:24:30 +0200
commit110f228ccb948b8ef39e00ff509d00bf0ea2c13c (patch)
tree978d9e43958e92f08dfebb37d0f2b92ad96dbe71 /deployment
parent469329e601118f4b02cc2fbfe564381a8bc3bdcd (diff)
downloadpuppet-110f228ccb948b8ef39e00ff509d00bf0ea2c13c.tar
puppet-110f228ccb948b8ef39e00ff509d00bf0ea2c13c.tar.gz
puppet-110f228ccb948b8ef39e00ff509d00bf0ea2c13c.tar.bz2
puppet-110f228ccb948b8ef39e00ff509d00bf0ea2c13c.tar.xz
puppet-110f228ccb948b8ef39e00ff509d00bf0ea2c13c.zip
Enable rabbit only for one build at time
Diffstat (limited to 'deployment')
-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 caf665c0..5e1c9cf6 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' ],
+ 'x86_64' => [ 'ecosse0', 'ecosse1', 'rabbit0' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
'armv7hl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ],
},