/hg/buildbot: Set max_builds=1 for natty-armv7l, parallel builds...

xranby at icedtea.classpath.org xranby at icedtea.classpath.org
Tue Aug 2 10:31:34 PDT 2011


changeset 72b7c9af032c in /hg/buildbot
details: http://icedtea.classpath.org/hg/buildbot?cmd=changeset;node=72b7c9af032c
author: Xerxes R?nby <xerxes at zafena.se>
date: Tue Aug 02 19:22:02 2011 +0200

	Set max_builds=1 for natty-armv7l, parallel builds sometimes cause
	one of the builds to timeout.


diffstat:

 icedtea/master.cfg |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r c02bdc56dc6e -r 72b7c9af032c icedtea/master.cfg
--- a/icedtea/master.cfg	Fri May 20 12:50:08 2011 +0200
+++ b/icedtea/master.cfg	Tue Aug 02 19:22:02 2011 +0200
@@ -30,7 +30,7 @@
                           max_builds=3),
                BuildSlave("natty-armv7l",
                           getpw("natty-armv7l"),
-                          max_builds=2),
+                          max_builds=1),
                BuildSlave("jaunty-ia32",
                           getpw("jaunty-ia32"),
                           max_builds=3),



More information about the distro-pkg-dev mailing list