aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2016-12-08 22:34:15 +0200
committerThomas Backlund <tmb@mageia.org>2016-12-08 22:34:15 +0200
commitecbbb693f4e6de9355dbf7402bc0838c5bfb3007 (patch)
tree4dda9136a41d7734c62df88ed19fac74224b696c /deployment
parente7646f734b4daedf21bd06e1942344fec5058e9c (diff)
downloadpuppet-ecbbb693f4e6de9355dbf7402bc0838c5bfb3007.tar
puppet-ecbbb693f4e6de9355dbf7402bc0838c5bfb3007.tar.gz
puppet-ecbbb693f4e6de9355dbf7402bc0838c5bfb3007.tar.bz2
puppet-ecbbb693f4e6de9355dbf7402bc0838c5bfb3007.tar.xz
puppet-ecbbb693f4e6de9355dbf7402bc0838c5bfb3007.zip
enable rabbit to flush build queue
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 aa7194b6..6859367f 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', 'rabbit0', 'ecosse1', 'rabbit1' ],
+ 'x86_64' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armada', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6' ],
'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armada' ],
},