Home
last modified time | relevance | path

Searched refs:patchset_id (Results 1 – 2 of 2) sorted by relevance

/external/chromium-trace/catapult/dashboard/dashboard/
Drietveld_service.py199 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)
Dstart_try_job.py647 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)