diff options
author | Thomas Backlund <tmb@mageia.org> | 2018-12-06 22:22:13 +0200 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2018-12-06 22:22:13 +0200 |
commit | dc77d409254dfd7ced6cc74b30ed5ed311ba1cc9 (patch) | |
tree | f79034702596ca3a713ff5b9845d65b2843680ad /deployment/mga_buildsystem | |
parent | 8206fad9e8545d2d3d984a4b32cc96a5162e0180 (diff) | |
download | puppet-dc77d409254dfd7ced6cc74b30ed5ed311ba1cc9.tar puppet-dc77d409254dfd7ced6cc74b30ed5ed311ba1cc9.tar.gz puppet-dc77d409254dfd7ced6cc74b30ed5ed311ba1cc9.tar.bz2 puppet-dc77d409254dfd7ced6cc74b30ed5ed311ba1cc9.tar.xz puppet-dc77d409254dfd7ced6cc74b30ed5ed311ba1cc9.zip |
re-enable rabbit build node
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 98fb4bff..0aad5a6e 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', 'scwx861', 'ecosse1', 'scwx862', 'scwx863' ], - 'x86_64' => [ 'ecosse0', 'scwx861', 'ecosse1', 'scwx862', 'scwx863' ], + 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ], + 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', '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' ], |