Setting treeStableTimer to None, which will hopefully trigger one build per change
This commit is contained in:
parent
5eda73c225
commit
1b40b5b861
1 changed files with 1 additions and 0 deletions
|
@ -661,6 +661,7 @@ def load_config (c):
|
|||
factory = globals ()[ "RunTestGDB%s" % btype ]
|
||||
b['factory'] = factory (arch_triplet)
|
||||
b['canStartBuild'] = DefaultGDBCanStartBuild
|
||||
b['treeStableTimer'] = None
|
||||
c['builders'].append (b)
|
||||
|
||||
load_config (c)
|
||||
|
|
Loading…
Reference in a new issue