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 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
245 ] | 245 ] |
246 }, | 246 }, |
247 { | 247 { |
248 "cmd": [ | 248 "cmd": [ |
249 "python", | 249 "python", |
250 "-u", | 250 "-u", |
251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 251 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
252 "--show-path", | 252 "--show-path", |
253 "python", | 253 "python", |
254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 254 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 255 "--gsutil-py-path", |
| 256 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
255 "--ninja-path", | 257 "--ninja-path", |
256 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 258 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
257 "--target", | 259 "--target", |
258 "Release_x64", | 260 "Release_x64", |
259 "--src-dir", | 261 "--src-dir", |
260 "[SLAVE_BUILD]\\src", | 262 "[SLAVE_BUILD]\\src", |
261 "--goma-cache-dir", | 263 "--goma-cache-dir", |
262 "[GOMA_CACHE]", | 264 "[GOMA_CACHE]", |
263 "--build-tool", | 265 "--build-tool", |
264 "ninja", | 266 "ninja", |
(...skipping 128 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
393 "~followup_annotations": [ | 395 "~followup_annotations": [ |
394 "@@@STEP_TEXT@Win10 Tests x64@@@" | 396 "@@@STEP_TEXT@Win10 Tests x64@@@" |
395 ] | 397 ] |
396 }, | 398 }, |
397 { | 399 { |
398 "name": "$result", | 400 "name": "$result", |
399 "recipe_result": null, | 401 "recipe_result": null, |
400 "status_code": 0 | 402 "status_code": 0 |
401 } | 403 } |
402 ] | 404 ] |
OLD | NEW |