| 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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 266 "goma", | 266 "goma", |
| 267 "--goma-jsonstatus", | 267 "--goma-jsonstatus", |
| 268 "/path/to/tmp/json", | 268 "/path/to/tmp/json", |
| 269 "--goma-dir", | 269 "--goma-dir", |
| 270 "[BUILD]\\goma", | 270 "[BUILD]\\goma", |
| 271 "--ninja-ensure-up-to-date", | 271 "--ninja-ensure-up-to-date", |
| 272 "--", | 272 "--", |
| 273 "browser_tests", | 273 "browser_tests", |
| 274 "browser_tests_run", | 274 "browser_tests_run", |
| 275 "chromium_builder_tests", | 275 "chromium_builder_tests", |
| 276 "crash_service", |
| 276 "mini_installer" | 277 "mini_installer" |
| 277 ], | 278 ], |
| 278 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
| 279 "name": "compile", | 280 "name": "compile", |
| 280 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 281 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 282 "@@@STEP_LOG_END@json.output (invalid)@@@" | 283 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 283 ] | 284 ] |
| 284 }, | 285 }, |
| 285 { | 286 { |
| (...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 394 "~followup_annotations": [ | 395 "~followup_annotations": [ |
| 395 "@@@STEP_TEXT@Win7 Tests (1)@@@" | 396 "@@@STEP_TEXT@Win7 Tests (1)@@@" |
| 396 ] | 397 ] |
| 397 }, | 398 }, |
| 398 { | 399 { |
| 399 "name": "$result", | 400 "name": "$result", |
| 400 "recipe_result": null, | 401 "recipe_result": null, |
| 401 "status_code": 0 | 402 "status_code": 0 |
| 402 } | 403 } |
| 403 ] | 404 ] |
| OLD | NEW |