| 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", |
| 429 "--goma-deps-cache-dir", | 435 "--goma-deps-cache-dir", |
| 430 "[GOMA_DEPS_CACHE]", | 436 "[GOMA_DEPS_CACHE]", |
| 431 "--compiler", | 437 "--compiler", |
| 432 "goma-clang", | 438 "goma-clang", |
| 433 "--goma-jsonstatus", | 439 "--goma-jsonstatus", |
| 434 "/path/to/tmp/json", | 440 "/path/to/tmp/json", |
| 435 "--goma-service-account-json-file", | 441 "--goma-service-account-json-file", |
| 436 "/creds/service_accounts/service-account-goma-client.json", | 442 "/creds/service_accounts/service-account-goma-client.json", |
| 437 "--goma-dir", | 443 "--goma-dir", |
| 438 "[CACHE]/cipd/goma", | 444 "[CACHE]/cipd/goma", |
| (...skipping 383 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 822 "@@@STEP_LOG_END@json.output@@@", | 828 "@@@STEP_LOG_END@json.output@@@", |
| 823 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 829 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 824 ] | 830 ] |
| 825 }, | 831 }, |
| 826 { | 832 { |
| 827 "name": "$result", | 833 "name": "$result", |
| 828 "recipe_result": null, | 834 "recipe_result": null, |
| 829 "status_code": 0 | 835 "status_code": 0 |
| 830 } | 836 } |
| 831 ] | 837 ] |
| OLD | NEW |