| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "[BUILD]\\scripts\\slave\\kill_processes.py" | 6 "[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 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 319 "Chrome", | 319 "Chrome", |
| 320 "--tag", | 320 "--tag", |
| 321 "buildername:v8_win64_dbg", | 321 "buildername:v8_win64_dbg", |
| 322 "--tag", | 322 "--tag", |
| 323 "buildnumber:571", | 323 "buildnumber:571", |
| 324 "--tag", | 324 "--tag", |
| 325 "data:[dummy hash for simdjs]", | 325 "data:[dummy hash for simdjs]", |
| 326 "--tag", | 326 "--tag", |
| 327 "master:tryserver.v8", | 327 "master:tryserver.v8", |
| 328 "--tag", | 328 "--tag", |
| 329 "name:SimdJs - all", | 329 "name:SimdJs", |
| 330 "--tag", | 330 "--tag", |
| 331 "os:Windows-7-SP1", | 331 "os:Windows-7-SP1", |
| 332 "--tag", | 332 "--tag", |
| 333 "patch_project:v8", | 333 "patch_project:v8", |
| 334 "--tag", | 334 "--tag", |
| 335 "project:v8", | 335 "project:v8", |
| 336 "--tag", | 336 "--tag", |
| 337 "purpose:CQ", | 337 "purpose:CQ", |
| 338 "--tag", | 338 "--tag", |
| 339 "purpose:pre-commit", | 339 "purpose:pre-commit", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 465 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 465 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 466 "@@@STEP_LOG_END@durations@@@" | 466 "@@@STEP_LOG_END@durations@@@" |
| 467 ] | 467 ] |
| 468 }, | 468 }, |
| 469 { | 469 { |
| 470 "name": "$result", | 470 "name": "$result", |
| 471 "recipe_result": null, | 471 "recipe_result": null, |
| 472 "status_code": 0 | 472 "status_code": 0 |
| 473 } | 473 } |
| 474 ] | 474 ] |
| OLD | NEW |