| 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 "--src-dir", | 420 "--src-dir", |
| 421 "[BUILDER_CACHE]/ios_simulator/src", | 421 "[BUILDER_CACHE]/ios_simulator/src", |
| 422 "--goma-cache-dir", | 422 "--goma-cache-dir", |
| 423 "[GOMA_CACHE]", | 423 "[GOMA_CACHE]", |
| 424 "--buildbot-buildername", | 424 "--buildbot-buildername", |
| 425 "ios-simulator", | 425 "ios-simulator", |
| 426 "--buildbot-mastername", | 426 "--buildbot-mastername", |
| 427 "tryserver.fake", | 427 "tryserver.fake", |
| 428 "--buildbot-slavename", | 428 "--buildbot-slavename", |
| 429 "fake-vm", | 429 "fake-vm", |
| 430 "--goma-deps-cache-dir", | 430 "--goma-deps-cache-file", |
| 431 "[GOMA_DEPS_CACHE]", | 431 "ios_simulator.gomadeps", |
| 432 "--compiler", | 432 "--compiler", |
| 433 "goma-clang", | 433 "goma-clang", |
| 434 "--goma-jsonstatus", | 434 "--goma-jsonstatus", |
| 435 "/path/to/tmp/json", | 435 "/path/to/tmp/json", |
| 436 "--goma-service-account-json-file", | 436 "--goma-service-account-json-file", |
| 437 "/creds/service_accounts/service-account-goma-client.json", | 437 "/creds/service_accounts/service-account-goma-client.json", |
| 438 "--goma-dir", | 438 "--goma-dir", |
| 439 "[CACHE]/cipd/goma", | 439 "[CACHE]/cipd/goma", |
| 440 "--goma-fail-fast", | 440 "--goma-fail-fast", |
| 441 "--goma-disable-local-fallback", | 441 "--goma-disable-local-fallback", |
| (...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 "@@@STEP_LOG_END@json.output@@@", | 823 "@@@STEP_LOG_END@json.output@@@", |
| 824 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" | 824 "@@@STEP_LINK@shard #0@https://chromium-swarm.appspot.com/user/task/10000@
@@" |
| 825 ] | 825 ] |
| 826 }, | 826 }, |
| 827 { | 827 { |
| 828 "name": "$result", | 828 "name": "$result", |
| 829 "recipe_result": null, | 829 "recipe_result": null, |
| 830 "status_code": 0 | 830 "status_code": 0 |
| 831 } | 831 } |
| 832 ] | 832 ] |
| OLD | NEW |