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", | 260 "Release", |
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 129 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
394 "~followup_annotations": [ | 396 "~followup_annotations": [ |
395 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 397 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
396 ] | 398 ] |
397 }, | 399 }, |
398 { | 400 { |
399 "name": "$result", | 401 "name": "$result", |
400 "recipe_result": null, | 402 "recipe_result": null, |
401 "status_code": 0 | 403 "status_code": 0 |
402 } | 404 } |
403 ] | 405 ] |
OLD | NEW |