Esempio n. 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)
Esempio n. 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)
Esempio n. 3
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
Esempio n. 4
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)