From 8312901555e5f99641ccb804b26b53eb541d572e Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 13 Aug 2011 14:56:43 +0000 Subject: enable single buildbot on ecosse to see if it copes with the load --- modules/buildsystem/templates/upload.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'modules/buildsystem/templates/upload.conf') diff --git a/modules/buildsystem/templates/upload.conf b/modules/buildsystem/templates/upload.conf index 936d2bc0..66405f99 100644 --- a/modules/buildsystem/templates/upload.conf +++ b/modules/buildsystem/templates/upload.conf @@ -10,8 +10,10 @@ my %nodes = ( #i586 => [ qw(ecosse0 jonund0 ecosse1 jonund1) ], #x86_64 => [ qw(jonund0 ecosse0 jonund1 ecosse1) ], - i586 => [ qw(jonund0 jonund1) ], - x86_64 => [ qw(jonund0 jonund1) ], + #i586 => [ qw(jonund0 jonund1) ], + #x86_64 => [ qw(jonund0 jonund1) ], + i586 => [ qw(jonund0 ecosse0 jonund1) ], + x86_64 => [ qw(jonund0 ecosse0 jonund1) ], ); my $repository = "http://repository.<%= domain %>/distrib/"; my $homedir = "<%= build_home_dir %>"; -- cgit v1.2.1