Lines Matching refs:patchset
153 patchset=str(rev['_number']),
196 patchset = handler.request.get('patchset')
206 vote_prop = req('GET', '%s/cls/%s-%s/wants_vote.json' % (DB, cl, patchset))
209 logging.info('Updating wants_vote flag on %s-%s', cl, patchset)
210 req('PUT', '%s/cls/%s-%s/wants_vote.json' % (DB, cl, patchset), body=True)
213 defer('check_pending_cl', cl_and_ps='%s-%s' % (cl, patchset))
219 defer('cancel_older_jobs', cl=cl, patchset=patchset)
221 src = 'cls/%s-%s' % (cl, patchset)
224 patch_obj['cls_pending/%s-%s' % (cl, patchset)] = 0
238 patchset = handler.request.get('patchset')
245 if cl_obj.get('time_ended') or ps >= int(patchset):