| 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 219 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "ninja", | 230 "ninja", |
| 231 "--compiler", | 231 "--compiler", |
| 232 "goma", | 232 "goma", |
| 233 "--goma-jsonstatus", | 233 "--goma-jsonstatus", |
| 234 "/path/to/tmp/json", | 234 "/path/to/tmp/json", |
| 235 "--goma-dir", | 235 "--goma-dir", |
| 236 "[BUILD]\\goma", | 236 "[BUILD]\\goma", |
| 237 "--", | 237 "--", |
| 238 "browser_tests", | 238 "browser_tests", |
| 239 "browser_tests_run", | 239 "browser_tests_run", |
| 240 "chromium_builder_tests" | 240 "chromium_builder_tests", |
| 241 "crash_service" |
| 241 ], | 242 ], |
| 242 "cwd": "[SLAVE_BUILD]", | 243 "cwd": "[SLAVE_BUILD]", |
| 243 "name": "compile", | 244 "name": "compile", |
| 244 "~followup_annotations": [ | 245 "~followup_annotations": [ |
| 245 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 246 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 246 "@@@STEP_LOG_END@json.output (invalid)@@@" | 247 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 247 ] | 248 ] |
| 248 }, | 249 }, |
| 249 { | 250 { |
| 250 "cmd": [ | 251 "cmd": [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 331 "~followup_annotations": [ | 332 "~followup_annotations": [ |
| 332 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" | 333 "@@@STEP_TEXT@Win7 Tests (ANGLE)@@@" |
| 333 ] | 334 ] |
| 334 }, | 335 }, |
| 335 { | 336 { |
| 336 "name": "$result", | 337 "name": "$result", |
| 337 "recipe_result": null, | 338 "recipe_result": null, |
| 338 "status_code": 0 | 339 "status_code": 0 |
| 339 } | 340 } |
| 340 ] | 341 ] |
| OLD | NEW |