Home | History | Annotate | Download | only in scheduler

Lines Matching refs:ABORTED

136         self.aborted = False
150 return self.success or self.aborted
154 self.aborted = True
478 'atomic_group_id', 'aborted', 'started_on', 'finished_on')
623 if self.aborted:
624 flags.append('aborted')
679 if status is not models.HostQueueEntry.Status.ABORTED:
806 """ Fetch info about who aborted the job. """
845 assert self.aborted and not self.complete
850 # with status "Aborted" and take care of the host
855 # unfinished agent before it can be aborted.
880 self.set_status(Status.ABORTED)
888 'status="Aborted" WHERE id=%s;')
1324 """Request that this Job be aborted on the next scheduler cycle."""