OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" | 6 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\kill_processes.py" |
7 ], | 7 ], |
8 "name": "taskkill" | 8 "name": "taskkill" |
9 }, | 9 }, |
10 { | 10 { |
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
221 "asan-win32-release-170242", | 221 "asan-win32-release-170242", |
222 "[\"file 1\", \"file 2\"]", | 222 "[\"file 1\", \"file 2\"]", |
223 "[SLAVE_BUILD]\\src\\out\\Release" | 223 "[SLAVE_BUILD]\\src\\out\\Release" |
224 ], | 224 ], |
225 "name": "zipping" | 225 "name": "zipping" |
226 }, | 226 }, |
227 { | 227 { |
228 "cmd": [ | 228 "cmd": [ |
229 "python", | 229 "python", |
230 "-u", | 230 "-u", |
231 "[DEPOT_TOOLS]\\gsutil.py", | 231 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
232 "--", | 232 "--", |
233 "-h", | 233 "-h", |
234 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", | 234 "x-goog-meta-Cr-Commit-Position:refs/heads/master@{#170242}", |
235 "-h", | 235 "-h", |
236 "x-goog-meta-Cr-Commit-Position-Number:170242", | 236 "x-goog-meta-Cr-Commit-Position-Number:170242", |
237 "-h", | 237 "-h", |
238 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", | 238 "x-goog-meta-Cr-Git-Commit:f27fede2220bcd326aee3e86ddfd4ebd0fe58cb9", |
239 "cp", | 239 "cp", |
240 "-a", | 240 "-a", |
241 "public-read", | 241 "public-read", |
(...skipping 20 matching lines...) Expand all Loading... |
262 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", | 262 "@@@STEP_LOG_LINE@python.inline@os.remove(sys.argv[1])@@@", |
263 "@@@STEP_LOG_END@python.inline@@@" | 263 "@@@STEP_LOG_END@python.inline@@@" |
264 ] | 264 ] |
265 }, | 265 }, |
266 { | 266 { |
267 "name": "$result", | 267 "name": "$result", |
268 "recipe_result": null, | 268 "recipe_result": null, |
269 "status_code": 0 | 269 "status_code": 0 |
270 } | 270 } |
271 ] | 271 ] |
OLD | NEW |