Lines Matching full:retried
82 RETRIED:
87 be retried, taking into account retries
93 has been retried, the total number of retries happening in
97 States = autotest_enum.AutotestEnum('NOT_ATTEMPTED', 'ATTEMPTED', 'RETRIED',
152 @param old_job_id: The afe_job_id of the job that is retried.
156 @raises ValueError if we have already retried or made an attempt
163 'We have already retried or attempted to retry job %d' %
165 old_record['state'] = self.States.RETRIED
197 - already retried -> has following retry
198 - has not retried
214 and (self._retry_map[result.id]['state'] == self.States.RETRIED
225 of 'Running', the job will not be retried.
231 it was retried it hit an rpc error, we will give up on
296 """Get the maximum times the job can still be retried.
301 retried.
859 @var _retry: a bool value indicating whether jobs should be retried on
918 @param job_retry: A bool value indicating whether jobs should be retried
924 has been retried, the total number of retries
1049 'Have retried for %d time(s)',
1075 # not usually retried from getting hit by a provision error when run
1321 @var _retry: a bool value indicating whether jobs should be retried on
1490 @param job_retry: A bool value indicating whether jobs should be retried
1496 has been retried, the total number of retries