Searched refs:job_type (Results 1 – 7 of 7) sorted by relevance
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | update_bug_with_results_test.py | 358 self._AddTryJob(12345, 'started', 'win_perf', job_type='perf-try', 398 job_type='bisect-fyi', 427 job_type='bisect-fyi',
|
D | update_bug_with_results.py | 105 if job.job_type == 'perf-try': 107 elif job.job_type == 'bisect-fyi':
|
D | start_try_job.py | 152 job_type='bisect', 183 job_type='perf-try') 784 if bisect_job.job_type not in ['bisect', 'bisect-fyi']:
|
D | bisect_fyi.py | 108 job_type='bisect-fyi',
|
D | auto_bisect.py | 195 job_type='bisect',
|
D | start_try_job_test.py | 758 job_type='bisect',
|
/external/chromium-trace/catapult/dashboard/dashboard/models/ |
D | try_job.py | 55 job_type = ndb.StringProperty( variable in TryJob
|