diff options
author | Pascal Terjan <pterjan@mageia.org> | 2020-12-09 14:44:40 +0000 |
---|---|---|
committer | Pascal Terjan <pterjan@mageia.org> | 2020-12-09 14:44:40 +0000 |
commit | ebd4391b924de882557b93180518ae1c4e63d75f (patch) | |
tree | f336d0a25b2a2f50f4f6067974d4c001da1c5975 /deployment/mga_buildsystem/manifests | |
parent | 88051f3420d096092c99d357d075a3d199d0d043 (diff) | |
download | puppet-ebd4391b924de882557b93180518ae1c4e63d75f.tar puppet-ebd4391b924de882557b93180518ae1c4e63d75f.tar.gz puppet-ebd4391b924de882557b93180518ae1c4e63d75f.tar.bz2 puppet-ebd4391b924de882557b93180518ae1c4e63d75f.tar.xz puppet-ebd4391b924de882557b93180518ae1c4e63d75f.zip |
Revert "Reduce the number of idle VMs"
This reverts commit 51ceb0e1e0c6429460189de8079f50aecaad53b9.
Diffstat (limited to 'deployment/mga_buildsystem/manifests')
-rw-r--r-- | deployment/mga_buildsystem/manifests/config.pp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp index 31cdc174..de295147 100644 --- a/deployment/mga_buildsystem/manifests/config.pp +++ b/deployment/mga_buildsystem/manifests/config.pp @@ -26,10 +26,10 @@ class mga_buildsystem::config { class { 'buildsystem::var::scheduler' : admin_mail => "sysadmin@group.${::domain}", build_nodes => { - 'i586' => [ 'ecosse0', 'rabbit0', 'ec2x1-a', 'ecosse1', 'rabbit1', 'ec2x1-b', 'rabbit2' ], - 'x86_64' => [ 'rabbit0', 'ecosse0', 'ec2x1-a', 'rabbit1', 'ecosse1', 'ec2x1-b', 'rabbit2' ], - 'armv7hl' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa1-b', 'ec2aa2-b' ], - 'aarch64' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa1-b', 'ec2aa2-b' ], + 'i586' => [ 'ecosse0', 'rabbit0', 'ec2x1-a', 'ec2x2-a', 'ecosse1', 'rabbit1', 'ec2x1-b', 'rabbit2', 'ec2x2-b' ], + 'x86_64' => [ 'rabbit0', 'ecosse0', 'ec2x1-a', 'ec2x2-a', 'rabbit1', 'ecosse1', 'ec2x1-b', 'rabbit2', 'ec2x2-b' ], + 'armv7hl' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa3-a', 'ec2aa1-b', 'ec2aa2-b', 'ec2aa3-b' ], + 'aarch64' => [ 'ec2aa1-a', 'ec2aa2-a', 'ec2aa3-a', 'ec2aa1-b', 'ec2aa2-b', 'ec2aa3-b' ], }, build_nodes_aliases => { 'ecosse0' => "ecosse.${::domain}", |