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