| 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 197 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 208 "goma", | 208 "goma", |
| 209 "--goma-jsonstatus", | 209 "--goma-jsonstatus", |
| 210 "/path/to/tmp/json", | 210 "/path/to/tmp/json", |
| 211 "--goma-dir", | 211 "--goma-dir", |
| 212 "[BUILD]\\goma", | 212 "[BUILD]\\goma", |
| 213 "--", | 213 "--", |
| 214 "browser_tests", | 214 "browser_tests", |
| 215 "chromium_builder_webrtc", | 215 "chromium_builder_webrtc", |
| 216 "content_browsertests", | 216 "content_browsertests", |
| 217 "content_unittests", | 217 "content_unittests", |
| 218 "crash_service", |
| 218 "media_unittests", | 219 "media_unittests", |
| 219 "remoting_unittests" | 220 "remoting_unittests" |
| 220 ], | 221 ], |
| 221 "cwd": "[SLAVE_BUILD]", | 222 "cwd": "[SLAVE_BUILD]", |
| 222 "name": "compile", | 223 "name": "compile", |
| 223 "~followup_annotations": [ | 224 "~followup_annotations": [ |
| 224 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 225 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 225 "@@@STEP_LOG_END@json.output (invalid)@@@" | 226 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 226 ] | 227 ] |
| 227 }, | 228 }, |
| (...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 340 "~followup_annotations": [ | 341 "~followup_annotations": [ |
| 341 "@@@STEP_TEXT@Win8 Tester@@@" | 342 "@@@STEP_TEXT@Win8 Tester@@@" |
| 342 ] | 343 ] |
| 343 }, | 344 }, |
| 344 { | 345 { |
| 345 "name": "$result", | 346 "name": "$result", |
| 346 "recipe_result": null, | 347 "recipe_result": null, |
| 347 "status_code": 0 | 348 "status_code": 0 |
| 348 } | 349 } |
| 349 ] | 350 ] |
| OLD | NEW |