diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-01-12 20:27:59 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-01-12 20:27:59 +0000 |
commit | c4228a23ce814460e41d8b820b556e007241e24d (patch) | |
tree | 5f2502d2ac4e30dc1beaf741224147b6d3db0b68 /deployment/mga_buildsystem/manifests | |
parent | 7c2ceb00a232fa8db657680bbdc7b92ddb8fb8e0 (diff) | |
download | puppet-c4228a23ce814460e41d8b820b556e007241e24d.tar puppet-c4228a23ce814460e41d8b820b556e007241e24d.tar.gz puppet-c4228a23ce814460e41d8b820b556e007241e24d.tar.bz2 puppet-c4228a23ce814460e41d8b820b556e007241e24d.tar.xz puppet-c4228a23ce814460e41d8b820b556e007241e24d.zip |
Get rid of 3 armlet nodes
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-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 ba484692..1a9af791 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -28,8 +28,8 @@ class mga_buildsystem::config { build_nodes => { 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ], 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ], - 'armv5tl' => [ 'armlet3', 'armlet5' ], - 'armv7hl' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa1-b', 'ec2aa2-b', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5' ], + 'armv5tl' => [ 'armlet1', 'armlet2' ], + 'armv7hl' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa1-b', 'ec2aa2-b', 'armlet1', 'armlet2' ], 'aarch64' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa1-b', 'ec2aa2-b', 'scwaarch641', 'scwaarch643', 'scwaarch642', 'scwaarch644' ], }, build_nodes_aliases => { |