| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", | 4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", |
| 5 "--json-file", | 5 "--json-file", |
| 6 "/path/to/tmp/json" | 6 "/path/to/tmp/json" |
| 7 ], | 7 ], |
| 8 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "host and tools info", | 9 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 309 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 ] | 320 ] |
| 321 }, | 321 }, |
| 322 { | 322 { |
| 323 "cmd": [ | 323 "cmd": [ |
| 324 "python", | 324 "python", |
| 325 "-u", | 325 "-u", |
| 326 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", | 326 "RECIPE_PACKAGE_REPO[build]/scripts/tools/runit.py", |
| 327 "--show-path", | 327 "--show-path", |
| 328 "python", | 328 "python", |
| 329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", | 329 "RECIPE_PACKAGE_REPO[build]/scripts/slave/compile.py", |
| 330 "--gsutil-py-path", |
| 331 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 330 "--ninja-path", | 332 "--ninja-path", |
| 331 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 333 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 332 "--target", | 334 "--target", |
| 333 "Debug-iphonesimulator", | 335 "Debug-iphonesimulator", |
| 334 "--src-dir", | 336 "--src-dir", |
| 335 "[SLAVE_BUILD]/src", | 337 "[SLAVE_BUILD]/src", |
| 336 "--goma-cache-dir", | 338 "--goma-cache-dir", |
| 337 "[GOMA_CACHE]", | 339 "[GOMA_CACHE]", |
| 338 "--build-tool", | 340 "--build-tool", |
| 339 "ninja", | 341 "ninja", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 390 "@@@STEP_LOG_END@fake log@@@", | 392 "@@@STEP_LOG_END@fake log@@@", |
| 391 "@@@STEP_LINK@fake URL text@fake URL@@@" | 393 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 392 ] | 394 ] |
| 393 }, | 395 }, |
| 394 { | 396 { |
| 395 "name": "$result", | 397 "name": "$result", |
| 396 "recipe_result": null, | 398 "recipe_result": null, |
| 397 "status_code": 0 | 399 "status_code": 0 |
| 398 } | 400 } |
| 399 ] | 401 ] |
| OLD | NEW |