Searched refs:patchset_id (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | rietveld_service.py | 199 patchset_id = lines[1].strip() 202 int(issue_id), int(patchset_id), int(patches[0][0])) 220 request_path = '%s/upload_complete/%s' % (issue_id, patchset_id) 227 return issue_id, patchset_id 229 def TryPatch(self, tryserver_master, issue_id, patchset_id, bot): argument 251 request_path = '%s/try/%s' % (issue_id, patchset_id) 257 patchset_id)
|
D | start_try_job.py | 647 issue_id, patchset_id = server.UploadPatch(subject, 667 trypatch_success = server.TryPatch(master, issue_id, patchset_id, bot) 673 bisect_job.rietveld_patchset_id = int(patchset_id) 733 issue_id, patchset_id = server.UploadPatch(subject, 746 trypatch_success = server.TryPatch(master, issue_id, patchset_id, bot) 751 perf_job.rietveld_patchset_id = int(patchset_id)
|