Home | History | Annotate | Download | only in dynamic_suite

Lines Matching full:attempted

64                 ATTEMPTED:
90 States = enum.Enum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED',
187 'We have already retried or attempted to retry job %d' %
196 """Set the state of the job to ATTEMPTED.
210 self.States.get_string(self.States.ATTEMPTED)))
212 self._retry_map[job_id]['state'] = self.States.ATTEMPTED
226 - attempted, but has failed in scheduling a
869 # Mark that we've attempted to retry the old job.