aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2014-07-01 23:31:48 +0300
committerThomas Backlund <tmb@mageia.org>2014-07-01 23:31:48 +0300
commit52d8c824cb0511db565acbc7e94f20d7cb3157e0 (patch)
treea1580aa1a046d274204fa15afd24fb9f3020eac3 /deployment
parent65d38c89c71d1c33a7368fe2f46ac3a845d19dc5 (diff)
downloadpuppet-52d8c824cb0511db565acbc7e94f20d7cb3157e0.tar
puppet-52d8c824cb0511db565acbc7e94f20d7cb3157e0.tar.gz
puppet-52d8c824cb0511db565acbc7e94f20d7cb3157e0.tar.bz2
puppet-52d8c824cb0511db565acbc7e94f20d7cb3157e0.tar.xz
puppet-52d8c824cb0511db565acbc7e94f20d7cb3157e0.zip
enable rabbit for a while 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 e4375296..a9a3e929 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -18,8 +18,8 @@ class mga_buildsystem::config {
class { 'buildsystem::var::scheduler' :
admin_mail => 'sysadmin@group.mageia.org',
build_nodes => {
- 'i586' => [ 'ecosse0', 'ecosse1' ],
- 'x86_64' => [ 'ecosse1', 'ecosse0' ],
+ 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1' ],
+ 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1' ],
},
build_nodes_aliases => {
'jonund0' => "jonund.${::domain}",