Searched refs:bisect_job (Results 1 – 4 of 4) sorted by relevance
145 bisect_job = try_job.TryJob(156 results = PerformBisect(bisect_job)159 if 'error' in results and bisect_job.key:160 bisect_job.key.delete()588 def PerformBisect(bisect_job): argument610 assert bisect_job.bot and bisect_job.config611 if not bisect_job.key:612 bisect_job.put()614 if bisect_job.use_buildbucket:615 result = _PerformBuildbucketBisect(bisect_job)[all …]
82 def _RestartBisect(bisect_job): argument93 bisect_job.bug_id, bisect_job.run_count)96 bisect_job.config = new_bisect_job.config97 bisect_job.bot = new_bisect_job.bot98 bisect_job.use_buildbucket = new_bisect_job.use_buildbucket99 bisect_job.put()101 start_try_job.PerformBisect(bisect_job)120 bisect_job = _MakeBisectTryJob(bug_id)123 bisect_job_key = bisect_job.put()126 bisect_result = start_try_job.PerformBisect(bisect_job)[all …]
71 bisect_job = _MakeBisectFYITryJob(test_name, bisect_config)75 bisect_result = start_try_job.PerformBisect(bisect_job)79 if bisect_job.key:80 bisect_job.key.delete()103 bisect_job = try_job.TryJob(112 return bisect_job
753 bisect_job = try_job.TryJob(762 start_try_job.PerformBisect(bisect_job))