aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2022-01-28 20:48:41 +0000
committerPascal Terjan <pterjan@mageia.org>2022-01-28 20:48:46 +0000
commit23523fa45d42ba7b56493a700937b05085b4a294 (patch)
tree7f6f2f3cbe68e179ae3a98d7ed2db117a8735b8d /deployment/mga_buildsystem
parent091f44bfc5ed8603a9e3bacc932c382d08e1dc66 (diff)
downloadpuppet-23523fa45d42ba7b56493a700937b05085b4a294.tar
puppet-23523fa45d42ba7b56493a700937b05085b4a294.tar.gz
puppet-23523fa45d42ba7b56493a700937b05085b4a294.tar.bz2
puppet-23523fa45d42ba7b56493a700937b05085b4a294.tar.xz
puppet-23523fa45d42ba7b56493a700937b05085b4a294.zip
Remove ec2x2 and ec2aa3 from BuildSystem
Credits expired at the end of December, I haven't heard back from the application to get some for this year and the bill is growing fast so start reducing our usage.
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp8
1 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 39963b34..492af74e 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', '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' ],
+ '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' ],
},
build_nodes_aliases => {
'ecosse0' => "ecosse.${::domain}",