Searched refs:upload_cmd (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/infra/bots/ |
D | git_utils.py | 71 upload_cmd = ['git', 'cl', 'upload', '-f', '--bypass-hooks', 75 upload_cmd.extend(['-t', 'Patch set %d' % self._patch_set]) 77 upload_cmd.append('--use-commit-queue') 79 upload_cmd.append('--send-mail') 81 upload_cmd.extend(['--cc=%s' % ','.join(self._cc_list)]) 82 subprocess.check_call(upload_cmd)
|
D | upload_skps.py | 50 upload_cmd = ['python', upload_py, '-t', target_dir] 54 upload_cmd.extend([ 56 subprocess.check_call(upload_cmd)
|
/third_party/skia/infra/bots/ |
D | git_utils.py | 72 upload_cmd = ['git', 'cl', 'upload', '-f', '--bypass-hooks', 76 upload_cmd.extend(['-t', 'Patch set %d' % self._patch_set]) 78 upload_cmd.append('--use-commit-queue') 80 upload_cmd.append('--send-mail') 82 upload_cmd.extend(['--cc=%s' % ','.join(self._cc_list)]) 83 subprocess.check_call(upload_cmd)
|
/third_party/flutter/skia/tools/skqp/ |
D | cut_release.py | 91 def upload_cmd(path, digest): function 105 cmds.append(upload_cmd(path, digest)) 114 cmds.append(upload_cmd(filelist_path, filelist_digest)) 128 check_call(upload_cmd('/dev/null', get_digest('/dev/null')))
|
/third_party/skia/tools/skqp/ |
D | cut_release.py | 95 def upload_cmd(path, digest): function 109 cmds.append(upload_cmd(path, digest)) 118 cmds.append(upload_cmd(filelist_path, filelist_digest)) 132 check_call(upload_cmd('/dev/null', get_digest('/dev/null')))
|