| 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 "name": "host and tools info", | 8 "name": "host and tools info", |
| 9 "~followup_annotations": [ | 9 "~followup_annotations": [ |
| 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", | 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", |
| (...skipping 408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 "--gsutil-py-path", | 419 "--gsutil-py-path", |
| 420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 420 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 421 "--ninja-path", | 421 "--ninja-path", |
| 422 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 422 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 423 "--target", | 423 "--target", |
| 424 "Debug-iphonesimulator", | 424 "Debug-iphonesimulator", |
| 425 "--src-dir", | 425 "--src-dir", |
| 426 "[BUILDER_CACHE]/ios_simulator/src", | 426 "[BUILDER_CACHE]/ios_simulator/src", |
| 427 "--goma-cache-dir", | 427 "--goma-cache-dir", |
| 428 "[GOMA_CACHE]", | 428 "[GOMA_CACHE]", |
| 429 "--buildbot-buildername", | |
| 430 "ios-simulator", | |
| 431 "--buildbot-mastername", | |
| 432 "tryserver.fake", | |
| 433 "--buildbot-slavename", | |
| 434 "fake-vm", | |
| 435 "--goma-deps-cache-dir", | 429 "--goma-deps-cache-dir", |
| 436 "[GOMA_DEPS_CACHE]", | 430 "[GOMA_DEPS_CACHE]", |
| 437 "--compiler", | 431 "--compiler", |
| 438 "goma-clang", | 432 "goma-clang", |
| 439 "--goma-jsonstatus", | 433 "--goma-jsonstatus", |
| 440 "/path/to/tmp/json", | 434 "/path/to/tmp/json", |
| 441 "--goma-service-account-json-file", | 435 "--goma-service-account-json-file", |
| 442 "/creds/service_accounts/service-account-goma-client.json", | 436 "/creds/service_accounts/service-account-goma-client.json", |
| 443 "--goma-dir", | 437 "--goma-dir", |
| 444 "[CACHE]/cipd/goma", | 438 "[CACHE]/cipd/goma", |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 828 "@@@STEP_LOG_END@json.output@@@", | 822 "@@@STEP_LOG_END@json.output@@@", |
| 829 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 830 ] | 824 ] |
| 831 }, | 825 }, |
| 832 { | 826 { |
| 833 "name": "$result", | 827 "name": "$result", |
| 834 "recipe_result": null, | 828 "recipe_result": null, |
| 835 "status_code": 0 | 829 "status_code": 0 |
| 836 } | 830 } |
| 837 ] | 831 ] |
| OLD | NEW |