Home
last modified time | relevance | path

Searched refs:bisect_bot (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dstart_try_job.py120 bisect_bot = self.request.get('bisect_bot')
122 use_recipe = bool(GetBisectDirectorForTester(bisect_bot))
125 bisect_bot=bisect_bot,
146 bot=bisect_bot,
166 bisect_bot=self.request.get('bisect_bot'),
246 bisect_bot, master_name, suite, metric, good_revision, bad_revision, argument
274 bisect_bot, suite, metric=metric, use_buildbucket=use_buildbucket)
299 'target_arch': GuessTargetArch(bisect_bot),
303 config_dict['recipe_tester_name'] = bisect_bot
327 def GuessTargetArch(bisect_bot): argument
[all …]
Dstart_try_job_test.py669 bisect_bot='android_nexus7_perf_bisect',
676 bisect_bot='linux_perf_bisect',
682 bisect_bot='android_nexus7_perf_bisect',
689 bisect_bot='win_perf_bisect',
697 bisect_bot='linux_perf_bisect',
980 bisect_bot='android_nexus7_perf_bisect',
988 bisect_bot='linux_perf_bisect',
995 bisect_bot='android_nexus7_perf_bisect',
1003 bisect_bot='win_perf_bisect',
1012 bisect_bot='linux_perf_bisect',
[all …]
Dauto_bisect.py165 bisect_bot = start_try_job.GuessBisectBot(test.master_name, test.bot_name)
166 if not bisect_bot or '_' not in bisect_bot:
169 use_recipe = bool(start_try_job.GetBisectDirectorForTester(bisect_bot))
172 bisect_bot=bisect_bot,
190 bot=bisect_bot,
Dbisect_fyi.py97 bisect_bot = bisect_config.get('recipe_tester_name')
98 if not bisect_bot:
102 use_recipe = bool(start_try_job.GetBisectDirectorForTester(bisect_bot))
104 bot=bisect_bot,