| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 "Chrome", | 326 "Chrome", |
| 327 "--tag", | 327 "--tag", |
| 328 "buildername:V8 Linux - nosse3", | 328 "buildername:V8 Linux - nosse3", |
| 329 "--tag", | 329 "--tag", |
| 330 "buildnumber:571", | 330 "buildnumber:571", |
| 331 "--tag", | 331 "--tag", |
| 332 "data:[dummy hash for simdjs]", | 332 "data:[dummy hash for simdjs]", |
| 333 "--tag", | 333 "--tag", |
| 334 "master:client.v8", | 334 "master:client.v8", |
| 335 "--tag", | 335 "--tag", |
| 336 "name:SimdJs - all", | 336 "name:SimdJs", |
| 337 "--tag", | 337 "--tag", |
| 338 "os:Ubuntu-12.04", | 338 "os:Ubuntu-12.04", |
| 339 "--tag", | 339 "--tag", |
| 340 "project:v8", | 340 "project:v8", |
| 341 "--tag", | 341 "--tag", |
| 342 "purpose:CI", | 342 "purpose:CI", |
| 343 "--tag", | 343 "--tag", |
| 344 "purpose:post-commit", | 344 "purpose:post-commit", |
| 345 "--tag", | 345 "--tag", |
| 346 "slavename:TestSlavename", | 346 "slavename:TestSlavename", |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 508 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 509 "@@@STEP_LOG_END@durations@@@" | 509 "@@@STEP_LOG_END@durations@@@" |
| 510 ] | 510 ] |
| 511 }, | 511 }, |
| 512 { | 512 { |
| 513 "name": "$result", | 513 "name": "$result", |
| 514 "recipe_result": null, | 514 "recipe_result": null, |
| 515 "status_code": 0 | 515 "status_code": 0 |
| 516 } | 516 } |
| 517 ] | 517 ] |
| OLD | NEW |