| 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 227 "Chrome", | 227 "Chrome", |
| 228 "--tag", | 228 "--tag", |
| 229 "buildername:V8 Win32", | 229 "buildername:V8 Win32", |
| 230 "--tag", | 230 "--tag", |
| 231 "buildnumber:571", | 231 "buildnumber:571", |
| 232 "--tag", | 232 "--tag", |
| 233 "data:[dummy hash for test262]", | 233 "data:[dummy hash for test262]", |
| 234 "--tag", | 234 "--tag", |
| 235 "master:client.v8", | 235 "master:client.v8", |
| 236 "--tag", | 236 "--tag", |
| 237 "name:Test262 - no variants", | 237 "name:Test262", |
| 238 "--tag", | 238 "--tag", |
| 239 "os:Windows-7-SP1", | 239 "os:Windows-7-SP1", |
| 240 "--tag", | 240 "--tag", |
| 241 "project:v8", | 241 "project:v8", |
| 242 "--tag", | 242 "--tag", |
| 243 "purpose:CI", | 243 "purpose:CI", |
| 244 "--tag", | 244 "--tag", |
| 245 "purpose:post-commit", | 245 "purpose:post-commit", |
| 246 "--tag", | 246 "--tag", |
| 247 "slavename:TestSlavename", | 247 "slavename:TestSlavename", |
| (...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 503 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", | 503 "@@@STEP_LOG_LINE@durations@Duration: 00:00:101@@@", |
| 504 "@@@STEP_LOG_END@durations@@@" | 504 "@@@STEP_LOG_END@durations@@@" |
| 505 ] | 505 ] |
| 506 }, | 506 }, |
| 507 { | 507 { |
| 508 "name": "$result", | 508 "name": "$result", |
| 509 "recipe_result": null, | 509 "recipe_result": null, |
| 510 "status_code": 0 | 510 "status_code": 0 |
| 511 } | 511 } |
| 512 ] | 512 ] |
| OLD | NEW |