From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:45511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1IRi-0002ma-Po for qemu-devel@nongnu.org; Fri, 01 Feb 2013 10:22:35 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1U1IRf-0007rC-Vt for qemu-devel@nongnu.org; Fri, 01 Feb 2013 10:22:30 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39987) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1U1IRf-0007qs-PA for qemu-devel@nongnu.org; Fri, 01 Feb 2013 10:22:27 -0500 From: Gerd Hoffmann Date: Fri, 1 Feb 2013 15:02:19 +0100 Message-Id: <1359727345-10477-1-git-send-email-kraxel@redhat.com> Subject: [Qemu-devel] [buildbot patch 0/6] buildbot update List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: berendt@b1-systems.de Cc: qemu-devel@nongnu.org, Gerd Hoffmann Hi, Goes on top of stefans update. Untested. Shoveling over some goodies from my local buildbot config. https://github.com/kraxel/buildbot/tree/kraxel (will create a pull req in a moment) One question on the buildslave config (which isn't in the tree for security reasons): Do you have max_builds=1 in there, i.e. like this: c['slaves'].append(BuildSlave("rhel6.xenb", "idonttellyoumypasswd", max_builds=1)) This makes sure buildbot runs at most a single build per buildslave, and I think this would make the slow_lock obsolete ... cheers, Gerd Gerd Hoffmann (6): add linebreaks to make create_build_factory more readable make tests configurable fix out-of-tree build use --disable-debug-info save config.log add log tail to failure reports qemu-master.cfg | 58 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 52 insertions(+), 6 deletions(-) -- 1.7.9.7