Setting mergeRequests, which will trigger one build per change, part 2...

This commit is contained in:
Sergio Durigan Junior 2015-01-31 03:00:54 -05:00
parent 016f2efb5e
commit 28ad33aaae

View file

@ -662,6 +662,7 @@ def load_config (c):
factory = globals ()[ "RunTestGDB%s" % btype ]
b['factory'] = factory (arch_triplet)
b['canStartBuild'] = DefaultGDBCanStartBuild
b['mergeRequests'] = False
c['builders'].append (b)
load_config (c)