diff options
-rw-r--r-- | modules/buildsystem/templates/upload.conf | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 936d2bc0..29548759 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -8,10 +8,9 @@ ### my %nodes = ( - #i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ], - #x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ], - i586 => [ qw(jonund0 jonund1) ], - x86_64 => [ qw(jonund0 jonund1) ], + # use only single build bot on ecosse for now, as it might have hw problem + i586 => [ qw(jonund0 ecosse0 jonund1) ], + x86_64 => [ qw(jonund0 ecosse0 jonund1) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= build_home_dir %>"; |