aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-07-03 16:22:33 +0300
committerThomas Backlund <tmb@mageia.org>2019-07-03 16:22:33 +0300
commitf2c225c18f546f7569c79fbc7d2124c70b375ff9 (patch)
treef13a0ff2ef6cf355e3965187737f87dbdef52e55 /deployment/mga_buildsystem
parent9caca181689b7df9748cdd27c28d2644c3aee9e6 (diff)
downloadpuppet-f2c225c18f546f7569c79fbc7d2124c70b375ff9.tar
puppet-f2c225c18f546f7569c79fbc7d2124c70b375ff9.tar.gz
puppet-f2c225c18f546f7569c79fbc7d2124c70b375ff9.tar.bz2
puppet-f2c225c18f546f7569c79fbc7d2124c70b375ff9.tar.xz
puppet-f2c225c18f546f7569c79fbc7d2124c70b375ff9.zip
re-order aarch64 nodes for better load balancing
Diffstat (limited to 'deployment/mga_buildsystem')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index 32eec864..d729bd4c 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -30,7 +30,7 @@ class mga_buildsystem::config {
'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ],
'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armlet8', 'armlet9' ],
- 'aarch64' => [ 'scwaarch641', 'scwaarch642', 'scwaarch643', 'scwaarch644', 'scwaarch645', 'scwaarch646' ],
+ 'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ],
},
build_nodes_aliases => {
'jonund0' => "jonund.${::domain}",