aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@mageia.org>2019-09-26 16:50:29 +0000
committerPascal Terjan <pterjan@mageia.org>2019-09-26 16:50:29 +0000
commit366bd9e8f055b7fedd6356caddf75c2fca6b8571 (patch)
tree2f07ef50f4f521c7c0160ef2507f3e729dbef3f5
parent484503c7a961009950015be99c71e81fc0d5a695 (diff)
downloadpuppet-366bd9e8f055b7fedd6356caddf75c2fca6b8571.tar
puppet-366bd9e8f055b7fedd6356caddf75c2fca6b8571.tar.gz
puppet-366bd9e8f055b7fedd6356caddf75c2fca6b8571.tar.bz2
puppet-366bd9e8f055b7fedd6356caddf75c2fca6b8571.tar.xz
puppet-366bd9e8f055b7fedd6356caddf75c2fca6b8571.zip
Remove armv7hl nodes
It is completly broken there is no point trying to create a build chroot in a loop. That will free the machines for armv5tl updates which also are stuck. Also remove armorique from both to be able to use to try to fix things.
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index c02d7e1c..e1bf624d 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' => [ 'armorique', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ],
- 'armv7hl' => [ 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armlet8', 'armlet9' ],
+ 'armv5tl' => [ 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ],
+ 'armv7hl' => [ ],
'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ],
},
build_nodes_aliases => {