changeset 25:72b7c9af032c

Set max_builds=1 for natty-armv7l, parallel builds sometimes cause one of the builds to timeout.
author Xerxes R?nby <xerxes@zafena.se>
date Tue, 02 Aug 2011 19:22:02 +0200
parents c02bdc56dc6e
children 7c62f6d0b732
files icedtea/master.cfg
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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),