| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 ] | 254 ] |
| 255 }, | 255 }, |
| 256 { | 256 { |
| 257 "cmd": [ | 257 "cmd": [ |
| 258 "python", | 258 "python", |
| 259 "-u", | 259 "-u", |
| 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", | 260 "RECIPE_PACKAGE_REPO[build]\\scripts\\tools\\runit.py", |
| 261 "--show-path", | 261 "--show-path", |
| 262 "python", | 262 "python", |
| 263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", | 263 "RECIPE_PACKAGE_REPO[build]\\scripts\\slave\\compile.py", |
| 264 "--gsutil-py-path", |
| 265 "RECIPE_PACKAGE_REPO[depot_tools]\\gsutil.py", |
| 264 "--ninja-path", | 266 "--ninja-path", |
| 265 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", | 267 "RECIPE_PACKAGE_REPO[depot_tools]\\ninja.exe", |
| 266 "--target", | 268 "--target", |
| 267 "Release", | 269 "Release", |
| 268 "--src-dir", | 270 "--src-dir", |
| 269 "[SLAVE_BUILD]\\src", | 271 "[SLAVE_BUILD]\\src", |
| 270 "--goma-cache-dir", | 272 "--goma-cache-dir", |
| 271 "[GOMA_CACHE]", | 273 "[GOMA_CACHE]", |
| 272 "--build-tool", | 274 "--build-tool", |
| 273 "ninja", | 275 "ninja", |
| (...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 "~followup_annotations": [ | 377 "~followup_annotations": [ |
| 376 "@@@STEP_TEXT@CrWinClang tester@@@" | 378 "@@@STEP_TEXT@CrWinClang tester@@@" |
| 377 ] | 379 ] |
| 378 }, | 380 }, |
| 379 { | 381 { |
| 380 "name": "$result", | 382 "name": "$result", |
| 381 "recipe_result": null, | 383 "recipe_result": null, |
| 382 "status_code": 0 | 384 "status_code": 0 |
| 383 } | 385 } |
| 384 ] | 386 ] |
| OLD | NEW |