| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", | 6 "RECIPE_MODULE[depot_tools::git]/resources/git_setup.py", |
| 7 "--path", | 7 "--path", |
| 8 "[SLAVE_BUILD]/swarming.client", | 8 "[SLAVE_BUILD]/swarming.client", |
| 9 "--url", | 9 "--url", |
| 10 "https://chromium.googlesource.com/external/swarming.client.git" | 10 "https://chromium.googlesource.com/external/swarming.client.git" |
| (...skipping 407 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 418 "V8-AVX2", | 418 "V8-AVX2", |
| 419 "--tag", | 419 "--tag", |
| 420 "buildername:V8 Linux64 - debug - avx2", | 420 "buildername:V8 Linux64 - debug - avx2", |
| 421 "--tag", | 421 "--tag", |
| 422 "buildnumber:571", | 422 "buildnumber:571", |
| 423 "--tag", | 423 "--tag", |
| 424 "data:[dummy hash for simdjs]", | 424 "data:[dummy hash for simdjs]", |
| 425 "--tag", | 425 "--tag", |
| 426 "master:client.v8", | 426 "master:client.v8", |
| 427 "--tag", | 427 "--tag", |
| 428 "name:SimdJs - all", | 428 "name:SimdJs", |
| 429 "--tag", | 429 "--tag", |
| 430 "os:Ubuntu-14.04", | 430 "os:Ubuntu-14.04", |
| 431 "--tag", | 431 "--tag", |
| 432 "project:v8", | 432 "project:v8", |
| 433 "--tag", | 433 "--tag", |
| 434 "purpose:CI", | 434 "purpose:CI", |
| 435 "--tag", | 435 "--tag", |
| 436 "purpose:post-commit", | 436 "purpose:post-commit", |
| 437 "--tag", | 437 "--tag", |
| 438 "slavename:TestSlavename", | 438 "slavename:TestSlavename", |
| (...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 639 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 640 "@@@STEP_LOG_END@durations@@@" | 640 "@@@STEP_LOG_END@durations@@@" |
| 641 ] | 641 ] |
| 642 }, | 642 }, |
| 643 { | 643 { |
| 644 "name": "$result", | 644 "name": "$result", |
| 645 "recipe_result": null, | 645 "recipe_result": null, |
| 646 "status_code": 0 | 646 "status_code": 0 |
| 647 } | 647 } |
| 648 ] | 648 ] |
| OLD | NEW |