Skip to content
This repository was archived by the owner on Nov 21, 2018. It is now read-only.

Commit e6cff8f

Browse files
dotdashbrson
authored andcommitted
Kill _all_ builders when a build fails
Currently builders that shouldn't cause the others to be killed aren't killed themselves either when one of the gated builders fails. That doesn't seem right.
1 parent fcb1935 commit e6cff8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

master/master.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1732,10 +1732,10 @@ class BSKiller(StatusReceiverMultiService):
17321732
self.ctl = interfaces.IControl(self.master)
17331733

17341734
def builderAdded(self, name, builder):
1735+
self.builders.append(builder)
17351736
"""choose to subscribe to the given builder"""
17361737
if not self.buildermatch(name):
17371738
return False
1738-
self.builders.append(builder)
17391739
return self
17401740

17411741
def buildFinished(self, buildername, build, result):

0 commit comments

Comments
 (0)