Searched refs:auto_bisect (Results 1 - 5 of 5) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
H A Dauto_bisect_test.py12 from dashboard import auto_bisect namespace
26 [('/auto_bisect', auto_bisect.AutoBisectHandler)])
31 @mock.patch.object(auto_bisect.start_try_job, 'PerformBisect')
44 self.testapp.post('/auto_bisect')
48 @mock.patch.object(auto_bisect.start_try_job, 'PerformBisect')
54 self.testapp.post('/auto_bisect')
58 @mock.patch.object(auto_bisect.start_try_job, 'LogBisectResult')
63 run_count=len(auto_bisect._BISECT_RESTART_PERIOD_DAYS) + 1).put()
64 self.testapp.post('/auto_bisect')
[all...]
H A Dbisect_fyi.py12 from dashboard import auto_bisect namespace
72 except auto_bisect.NotBisectableError as e:
99 raise auto_bisect.NotBisectableError('Could not select a bisect bot.')
H A Ddispatcher.py13 from dashboard import auto_bisect namespace
62 ('/auto_bisect', auto_bisect.AutoBisectHandler),
H A Dfile_bug_test.py144 file_bug.auto_bisect, 'StartNewBisectForBug',
166 file_bug.auto_bisect, 'StartNewBisectForBug',
205 file_bug.auto_bisect, 'StartNewBisectForBug',
H A Dfile_bug.py15 from dashboard import auto_bisect namespace
150 bisect_result = auto_bisect.StartNewBisectForBug(bug_id)

Completed in 499 milliseconds