diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-08-07 23:53:16 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-08-07 23:53:16 +0300 |
commit | 129756efaa90be13917df346fdead00e7d577ce5 (patch) | |
tree | ee07afba68a1dda4df4a38f088c39971ca00b5c2 /deployment/mga_buildsystem | |
parent | e1b7064d31587c7a8833af1a9d5dca42c5c1064f (diff) | |
download | puppet-129756efaa90be13917df346fdead00e7d577ce5.tar puppet-129756efaa90be13917df346fdead00e7d577ce5.tar.gz puppet-129756efaa90be13917df346fdead00e7d577ce5.tar.bz2 puppet-129756efaa90be13917df346fdead00e7d577ce5.tar.xz puppet-129756efaa90be13917df346fdead00e7d577ce5.zip |
scwx86 is back
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 36561c10..adda4f84 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', 'ecosse1', 'rabbit1', 'rabbit2' ], - 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1', 'rabbit2' ], + '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', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ], |