diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-11-17 02:44:30 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-11-17 02:44:30 +0159 |
commit | 772a5002aa406ec18a2a009b079163b318a94e68 (patch) | |
tree | 31c31d0fe88d15e9c2cd5572b83f760e1c4fecc1 /deployment/mga_buildsystem | |
parent | fd544578d081367e3e91739836ff82c08a19f57b (diff) | |
download | puppet-772a5002aa406ec18a2a009b079163b318a94e68.tar puppet-772a5002aa406ec18a2a009b079163b318a94e68.tar.gz puppet-772a5002aa406ec18a2a009b079163b318a94e68.tar.bz2 puppet-772a5002aa406ec18a2a009b079163b318a94e68.tar.xz puppet-772a5002aa406ec18a2a009b079163b318a94e68.zip |
free up rabbit for iso builds
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 4 |
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' ], |