HomeSort by relevance Sort by last modified time
    Searched refs:bisect_fyi (Results 1 - 4 of 4) sorted by null

  /external/chromium-trace/catapult/dashboard/dashboard/
bisect_fyi_test.py 11 from dashboard import bisect_fyi
64 bisect_fyi._BISECT_FYI_CONFIGS_KEY, TEST_FYI_CONFIGS)
72 [('/bisect_fyi', bisect_fyi.BisectFYIHandler)])
75 @mock.patch.object(bisect_fyi.start_try_job, '_PerformBuildbucketBisect')
78 self.testapp.post('/bisect_fyi')
82 @mock.patch.object(bisect_fyi.start_try_job, '_PerformBuildbucketBisect')
85 self.testapp.post('/bisect_fyi')
dispatcher.py 17 from dashboard import bisect_fyi
67 ('/bisect_fyi', bisect_fyi.BisectFYIHandler),
update_bug_with_results.py 16 from dashboard import bisect_fyi
130 error_message = bisect_fyi.VerifyBisectFYIResults(job)
131 if not bisect_fyi.IsBugUpdated(job, issue_tracker):
update_bug_with_results_test.py 14 from dashboard import bisect_fyi
390 bisect_fyi._BISECT_FYI_CONFIGS_KEY,
410 update_bug_with_results.bisect_fyi, 'IsBugUpdated',
417 bisect_fyi._BISECT_FYI_CONFIGS_KEY,

Completed in 59 milliseconds