| 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 302 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "Chrome", | 313 "Chrome", |
| 314 "--tag", | 314 "--tag", |
| 315 "buildername:v8_win64_rel", | 315 "buildername:v8_win64_rel", |
| 316 "--tag", | 316 "--tag", |
| 317 "buildnumber:571", | 317 "buildnumber:571", |
| 318 "--tag", | 318 "--tag", |
| 319 "data:[dummy hash for simdjs]", | 319 "data:[dummy hash for simdjs]", |
| 320 "--tag", | 320 "--tag", |
| 321 "master:tryserver.v8", | 321 "master:tryserver.v8", |
| 322 "--tag", | 322 "--tag", |
| 323 "name:SimdJs - all", | 323 "name:SimdJs", |
| 324 "--tag", | 324 "--tag", |
| 325 "os:Windows-7-SP1", | 325 "os:Windows-7-SP1", |
| 326 "--tag", | 326 "--tag", |
| 327 "patch_project:v8", | 327 "patch_project:v8", |
| 328 "--tag", | 328 "--tag", |
| 329 "project:v8", | 329 "project:v8", |
| 330 "--tag", | 330 "--tag", |
| 331 "purpose:CQ", | 331 "purpose:CQ", |
| 332 "--tag", | 332 "--tag", |
| 333 "purpose:pre-commit", | 333 "purpose:pre-commit", |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 459 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 459 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 460 "@@@STEP_LOG_END@durations@@@" | 460 "@@@STEP_LOG_END@durations@@@" |
| 461 ] | 461 ] |
| 462 }, | 462 }, |
| 463 { | 463 { |
| 464 "name": "$result", | 464 "name": "$result", |
| 465 "recipe_result": null, | 465 "recipe_result": null, |
| 466 "status_code": 0 | 466 "status_code": 0 |
| 467 } | 467 } |
| 468 ] | 468 ] |
| OLD | NEW |