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.py129 bisect_bot = self.request.get('bisect_bot')
133 bisect_bot=bisect_bot,
153 bot=bisect_bot,
172 bisect_bot=self.request.get('bisect_bot'),
250 bisect_bot, master_name, suite, metric, good_revision, bad_revision, argument
275 command = GuessCommand(bisect_bot, suite, metric=metric)
300 'target_arch': GuessTargetArch(bisect_bot),
303 config_dict['recipe_tester_name'] = bisect_bot
327 def GuessTargetArch(bisect_bot): argument
329 if 'x64' in bisect_bot or 'win64' in bisect_bot:
[all …]
Dauto_bisect.py164 bisect_bot = start_try_job.GuessBisectBot(test.master_name, test.bot_name)
165 if not bisect_bot or '_' not in bisect_bot:
169 bisect_bot=bisect_bot,
186 bot=bisect_bot,
Dbisect_fyi.py97 bisect_bot = bisect_config.get('recipe_tester_name')
98 if not bisect_bot:
103 bot=bisect_bot,
Dstart_try_job_test.py895 bisect_bot='android_nexus7_perf_bisect',
902 bisect_bot='linux_perf_bisect',
909 bisect_bot='android_nexus7_perf_bisect',
916 bisect_bot='win_perf_bisect',
924 bisect_bot='linux_perf_bisect',
932 bisect_bot='winx64nvidia_perf_bisect',