| 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 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "--compiler", | 255 "--compiler", |
| 256 "goma", | 256 "goma", |
| 257 "--goma-jsonstatus", | 257 "--goma-jsonstatus", |
| 258 "/path/to/tmp/json", | 258 "/path/to/tmp/json", |
| 259 "--goma-dir", | 259 "--goma-dir", |
| 260 "[BUILD]\\goma", | 260 "[BUILD]\\goma", |
| 261 "--ninja-ensure-up-to-date", | 261 "--ninja-ensure-up-to-date", |
| 262 "--", | 262 "--", |
| 263 "browser_tests", | 263 "browser_tests", |
| 264 "browser_tests_run", | 264 "browser_tests_run", |
| 265 "chromium_builder_tests", | 265 "chromium_builder_tests" |
| 266 "crash_service" | |
| 267 ], | 266 ], |
| 268 "cwd": "[SLAVE_BUILD]", | 267 "cwd": "[SLAVE_BUILD]", |
| 269 "name": "compile", | 268 "name": "compile", |
| 270 "~followup_annotations": [ | 269 "~followup_annotations": [ |
| 271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 272 "@@@STEP_LOG_END@json.output (invalid)@@@" | 271 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 273 ] | 272 ] |
| 274 }, | 273 }, |
| 275 { | 274 { |
| 276 "cmd": [ | 275 "cmd": [ |
| (...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "~followup_annotations": [ | 356 "~followup_annotations": [ |
| 358 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" | 357 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" |
| 359 ] | 358 ] |
| 360 }, | 359 }, |
| 361 { | 360 { |
| 362 "name": "$result", | 361 "name": "$result", |
| 363 "recipe_result": null, | 362 "recipe_result": null, |
| 364 "status_code": 0 | 363 "status_code": 0 |
| 365 } | 364 } |
| 366 ] | 365 ] |
| OLD | NEW |