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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
9 "name": "taskkill" | 9 "name": "taskkill" |
10 }, | 10 }, |
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
232 ] | 232 ] |
233 }, | 233 }, |
234 { | 234 { |
235 "cmd": [ | 235 "cmd": [ |
236 "python", | 236 "python", |
237 "-u", | 237 "-u", |
238 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 238 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
239 "--show-path", | 239 "--show-path", |
240 "python", | 240 "python", |
241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 241 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 242 "--gsutil-py-path", |
| 243 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
242 "--ninja-path", | 244 "--ninja-path", |
243 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 245 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
244 "--target", | 246 "--target", |
245 "Release", | 247 "Release", |
246 "--src-dir", | 248 "--src-dir", |
247 "[SLAVE_BUILD]\\src", | 249 "[SLAVE_BUILD]\\src", |
248 "--goma-cache-dir", | 250 "--goma-cache-dir", |
249 "[GOMA_CACHE]", | 251 "[GOMA_CACHE]", |
250 "--build-tool", | 252 "--build-tool", |
251 "ninja", | 253 "ninja", |
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
347 "~followup_annotations": [ | 349 "~followup_annotations": [ |
348 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" | 350 "@@@STEP_TEXT@CrWinAsan(dll) tester@@@" |
349 ] | 351 ] |
350 }, | 352 }, |
351 { | 353 { |
352 "name": "$result", | 354 "name": "$result", |
353 "recipe_result": null, | 355 "recipe_result": null, |
354 "status_code": 0 | 356 "status_code": 0 |
355 } | 357 } |
356 ] | 358 ] |
OLD | NEW |