Searched refs:patchset_id (Results 1 – 2 of 2) sorted by relevance
/external/chromium-trace/catapult/dashboard/dashboard/ |
D | rietveld_service.py | 190 patchset_id = lines[1].strip() 193 int(issue_id), int(patchset_id), int(patches[0][0])) 211 request_path = '%s/upload_complete/%s' % (issue_id, patchset_id) 218 return issue_id, patchset_id 220 def TryPatch(self, tryserver_master, issue_id, patchset_id, bot): argument 242 request_path = '%s/try/%s' % (issue_id, patchset_id) 248 patchset_id)
|
D | start_try_job.py | 658 issue_id, patchset_id = server.UploadPatch(subject, 671 trypatch_success = server.TryPatch(master, issue_id, patchset_id, bot) 676 perf_job.rietveld_patchset_id = int(patchset_id)
|