Setting mergeRequests, which will trigger one build per change, part 2...
This commit is contained in:
parent
016f2efb5e
commit
28ad33aaae
1 changed files with 1 additions and 0 deletions
|
@ -662,6 +662,7 @@ def load_config (c):
|
||||||
factory = globals ()[ "RunTestGDB%s" % btype ]
|
factory = globals ()[ "RunTestGDB%s" % btype ]
|
||||||
b['factory'] = factory (arch_triplet)
|
b['factory'] = factory (arch_triplet)
|
||||||
b['canStartBuild'] = DefaultGDBCanStartBuild
|
b['canStartBuild'] = DefaultGDBCanStartBuild
|
||||||
|
b['mergeRequests'] = False
|
||||||
c['builders'].append (b)
|
c['builders'].append (b)
|
||||||
|
|
||||||
load_config (c)
|
load_config (c)
|
||||||
|
|
Loading…
Reference in a new issue