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" |
266 ], | 267 ], |
267 "cwd": "[SLAVE_BUILD]", | 268 "cwd": "[SLAVE_BUILD]", |
268 "name": "compile", | 269 "name": "compile", |
269 "~followup_annotations": [ | 270 "~followup_annotations": [ |
270 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 271 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
271 "@@@STEP_LOG_END@json.output (invalid)@@@" | 272 "@@@STEP_LOG_END@json.output (invalid)@@@" |
272 ] | 273 ] |
273 }, | 274 }, |
274 { | 275 { |
275 "cmd": [ | 276 "cmd": [ |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
356 "~followup_annotations": [ | 357 "~followup_annotations": [ |
357 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" | 358 "@@@STEP_TEXT@Win7 Tests (dbg)(1)@@@" |
358 ] | 359 ] |
359 }, | 360 }, |
360 { | 361 { |
361 "name": "$result", | 362 "name": "$result", |
362 "recipe_result": null, | 363 "recipe_result": null, |
363 "status_code": 0 | 364 "status_code": 0 |
364 } | 365 } |
365 ] | 366 ] |
OLD | NEW |