aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2024-12-06 14:03:08 +0000
committerPascal Terjan <pterjan@mageia.org>2024-12-06 14:03:08 +0000
commitccceaf42818e543d8863cd312e680c32cf0a4332 (patch)
tree559e5f67beeabe61dc0450bb413bc32921d2795d
parent2b0a1182d4fa68a06ae3550ad1381666f0fbef8d (diff)
downloadpuppet-ccceaf42818e543d8863cd312e680c32cf0a4332.tar
puppet-ccceaf42818e543d8863cd312e680c32cf0a4332.tar.gz
puppet-ccceaf42818e543d8863cd312e680c32cf0a4332.tar.bz2
puppet-ccceaf42818e543d8863cd312e680c32cf0a4332.tar.xz
puppet-ccceaf42818e543d8863cd312e680c32cf0a4332.zip
Remove ecosse from build nodes
The machine is currently down and trying to connect to it each time we want to build a package slows things down.
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp6
1 files changed, 3 insertions, 3 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 0f56337b..5de62f58 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -26,9 +26,9 @@ class mga_buildsystem::config {
class { 'buildsystem::var::scheduler' :
admin_mail => "sysadmin@group.${::domain}",
build_nodes => {
- 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1', 'rabbit2' ],
- 'i686' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1', 'rabbit2' ],
- 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1', 'rabbit2' ],
+ 'i586' => [ 'rabbit0', 'rabbit1', 'rabbit2' ],
+ 'i686' => [ 'rabbit0', 'rabbit1', 'rabbit2' ],
+ 'x86_64' => [ 'rabbit0', 'rabbit1', 'rabbit2' ],
'armv7hl' => [ 'ociaa1-a', 'ociaa1-b'],
'aarch64' => [ 'ociaa1-a', 'ociaa1-b'],
},