commit 21bc4b6277c7c85a5f073aee5d2fa73059414b1f
parent d4b52f9c772b35fb615329ed7517c67afc959f96
Author: Marcello Stanisci <marcello.stanisci@inria.fr>
Date: Tue, 21 Feb 2017 21:28:56 +0100
collapseRequest = True
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/buildbot/master.cfg b/buildbot/master.cfg
@@ -9,6 +9,7 @@ from buildbot.plugins import *
# This is the dictionary that the buildmaster pays attention to. We also use
# a shorter alias to save typing.
c = BuildmasterConfig = {}
+c['collapseRequest'] = True
####### WORKERS