예제 #1
0
파일: latent.py 프로젝트: JPMMaia/buildbot
 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)
예제 #2
0
파일: latent.py 프로젝트: Cray/buildbot
 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)
예제 #3
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)
예제 #4
0
 def canStartBuild(self):
     if self.insubstantiating:
         return False
     return AbstractWorker.canStartBuild(self)