Home
last modified time | relevance | path

Searched refs:job_type (Results 1 – 7 of 7) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Dupdate_bug_with_results_test.py358 self._AddTryJob(12345, 'started', 'win_perf', job_type='perf-try',
398 job_type='bisect-fyi',
427 job_type='bisect-fyi',
Dupdate_bug_with_results.py105 if job.job_type == 'perf-try':
107 elif job.job_type == 'bisect-fyi':
Dstart_try_job.py152 job_type='bisect',
183 job_type='perf-try')
784 if bisect_job.job_type not in ['bisect', 'bisect-fyi']:
Dbisect_fyi.py108 job_type='bisect-fyi',
Dauto_bisect.py195 job_type='bisect',
Dstart_try_job_test.py758 job_type='bisect',
/external/chromium-trace/catapult/dashboard/dashboard/models/
Dtry_job.py55 job_type = ndb.StringProperty( variable in TryJob