aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-11-17 02:44:30 +0159
committerThomas Backlund <tmb@mageia.org>2018-11-17 02:44:30 +0159
commit772a5002aa406ec18a2a009b079163b318a94e68 (patch)
tree31c31d0fe88d15e9c2cd5572b83f760e1c4fecc1
parentfd544578d081367e3e91739836ff82c08a19f57b (diff)
downloadpuppet-772a5002aa406ec18a2a009b079163b318a94e68.tar
puppet-772a5002aa406ec18a2a009b079163b318a94e68.tar.gz
puppet-772a5002aa406ec18a2a009b079163b318a94e68.tar.bz2
puppet-772a5002aa406ec18a2a009b079163b318a94e68.tar.xz
puppet-772a5002aa406ec18a2a009b079163b318a94e68.zip
free up rabbit for iso builds
-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 6684ff0c..98fb4bff 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -26,8 +26,8 @@ class mga_buildsystem::config {
class { 'buildsystem::var::scheduler' :
admin_mail => "sysadmin@group.${::domain}",
build_nodes => {
- 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ],
- 'x86_64' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ],
+ 'i586' => [ 'ecosse0', 'scwx861', 'ecosse1', 'scwx862', 'scwx863' ],
+ 'x86_64' => [ 'ecosse0', 'scwx861', 'ecosse1', 'scwx862', 'scwx863' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ],
'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armlet8', 'armlet9' ],
'aarch64' => [ 'scwaarch641', 'scwaarch642', 'scwaarch643', 'scwaarch644' ],