Beispiel #1
0
 def canStartBuild(self):
     # we were disconnected, but all the builds are not yet cleaned up.
     if self.conn is None and self.building:
         return False
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
Beispiel #2
0
 def canStartBuild(self):
     # we were disconnected, but all the builds are not yet cleaned up.
     if self.conn is None and self.building:
         return False
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
Beispiel #3
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
Beispiel #4
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)