Searched refs:try_job_id (Results 1 – 5 of 5) sorted by relevance
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | bad_bisect.py | 42 try_job_id = int(self.request.get('try_job_id')) 43 job = try_job.TryJob.get_by_id(try_job_id) 55 _LogFeedback(try_job_id, email) 64 def _LogFeedback(try_job_id, email): argument 67 message = '%s marked try job %d.' % (email, try_job_id)
|
D | buildbucket_job.py | 13 def __init__(self, try_job_id, bisect_director, good_revision, bad_revision, argument 23 self.try_job_id = try_job_id 53 'try_job_id': self.try_job_id,
|
D | post_bisect_results.py | 94 try_job_id = results_data.get('try_job_id') 95 if not try_job_id: 97 job = ndb.Key(try_job.TryJob, try_job_id).get()
|
D | bisect_report_test.py | 81 def _BisectResults(self, try_job_id, bug_id, status, **kwargs): argument 83 results['try_job_id'] = try_job_id
|
D | start_try_job.py | 802 try_job_id=bisect_job.key.id(),
|