| 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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 "goma", | 267 "goma", |
| 268 "--goma-jsonstatus", | 268 "--goma-jsonstatus", |
| 269 "/path/to/tmp/json", | 269 "/path/to/tmp/json", |
| 270 "--goma-dir", | 270 "--goma-dir", |
| 271 "[BUILD]\\goma", | 271 "[BUILD]\\goma", |
| 272 "--ninja-ensure-up-to-date", | 272 "--ninja-ensure-up-to-date", |
| 273 "--", | 273 "--", |
| 274 "browser_tests", | 274 "browser_tests", |
| 275 "browser_tests_run", | 275 "browser_tests_run", |
| 276 "chromium_builder_tests", | 276 "chromium_builder_tests", |
| 277 "crash_service", | |
| 278 "mini_installer" | 277 "mini_installer" |
| 279 ], | 278 ], |
| 280 "cwd": "[SLAVE_BUILD]", | 279 "cwd": "[SLAVE_BUILD]", |
| 281 "name": "compile", | 280 "name": "compile", |
| 282 "~followup_annotations": [ | 281 "~followup_annotations": [ |
| 283 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 282 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 284 "@@@STEP_LOG_END@json.output (invalid)@@@" | 283 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 285 ] | 284 ] |
| 286 }, | 285 }, |
| 287 { | 286 { |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 371 "~followup_annotations": [ | 370 "~followup_annotations": [ |
| 372 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" | 371 "@@@STEP_TEXT@Win7 Tests (1)-Trybot@@@" |
| 373 ] | 372 ] |
| 374 }, | 373 }, |
| 375 { | 374 { |
| 376 "name": "$result", | 375 "name": "$result", |
| 377 "recipe_result": null, | 376 "recipe_result": null, |
| 378 "status_code": 0 | 377 "status_code": 0 |
| 379 } | 378 } |
| 380 ] | 379 ] |
| OLD | NEW |