aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mga_buildsystem
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-07-09 17:30:33 +0300
committerThomas Backlund <tmb@mageia.org>2019-07-09 17:30:33 +0300
commit76cd87d3973d46edca7ce01228a00050c23bb851 (patch)
tree03a9e79c4753f7e6ff53f96f4775a64bb4917f7a /deployment/mga_buildsystem
parentc7370364187f099a4d17be079674b7209064ad8a (diff)
downloadpuppet-76cd87d3973d46edca7ce01228a00050c23bb851.tar
puppet-76cd87d3973d46edca7ce01228a00050c23bb851.tar.gz
puppet-76cd87d3973d46edca7ce01228a00050c23bb851.tar.bz2
puppet-76cd87d3973d46edca7ce01228a00050c23bb851.tar.xz
puppet-76cd87d3973d46edca7ce01228a00050c23bb851.zip
disable broken scwx86*
Diffstat (limited to 'deployment/mga_buildsystem')
-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 adda4f84..36561c10 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -26,8 +26,8 @@ class mga_buildsystem::config {
class { 'buildsystem::var::scheduler' :
admin_mail => "sysadmin@group.${::domain}",
build_nodes => {
- 'i586' => [ 'ecosse0', 'rabbit0', 'scwx861', 'ecosse1', 'rabbit1', 'scwx862', 'rabbit2', 'scwx863' ],
- 'x86_64' => [ 'rabbit0', 'ecosse0', 'scwx861', 'rabbit1', 'ecosse1', 'scwx862', 'rabbit2', 'scwx863' ],
+ 'i586' => [ 'ecosse0', 'rabbit0', 'ecosse1', 'rabbit1', 'rabbit2' ],
+ 'x86_64' => [ 'rabbit0', 'ecosse0', 'rabbit1', 'ecosse1', 'rabbit2' ],
'armv5tl' => [ 'armorique', 'armagnac', 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armlet8', 'armlet9' ],
'armv7hl' => [ 'armlet1', 'armlet2', 'armlet3', 'armlet4', 'armlet5', 'armlet6', 'armorique', 'armagnac', 'armlet8', 'armlet9' ],
'aarch64' => [ 'scwaarch641', 'scwaarch643', 'scwaarch645', 'scwaarch642', 'scwaarch644', 'scwaarch646' ],