| 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 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "--gsutil-py-path", | 280 "--gsutil-py-path", |
| 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 281 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 282 "--ninja-path", | 282 "--ninja-path", |
| 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 283 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 284 "--target", | 284 "--target", |
| 285 "Debug", | 285 "Debug", |
| 286 "--src-dir", | 286 "--src-dir", |
| 287 "[BUILDER_CACHE]/mac_swarming/src", | 287 "[BUILDER_CACHE]/mac_swarming/src", |
| 288 "--goma-cache-dir", | 288 "--goma-cache-dir", |
| 289 "[GOMA_CACHE]", | 289 "[GOMA_CACHE]", |
| 290 "--buildbot-buildername", | |
| 291 "mac_swarming", | |
| 292 "--buildbot-mastername", | |
| 293 "tryserver.webrtc", | |
| 294 "--buildbot-slavename", | |
| 295 "slavename", | |
| 296 "--goma-deps-cache-dir", | 290 "--goma-deps-cache-dir", |
| 297 "[GOMA_DEPS_CACHE]", | 291 "[GOMA_DEPS_CACHE]", |
| 298 "--compiler", | 292 "--compiler", |
| 299 "goma-clang", | 293 "goma-clang", |
| 300 "--goma-jsonstatus", | 294 "--goma-jsonstatus", |
| 301 "/path/to/tmp/json", | 295 "/path/to/tmp/json", |
| 302 "--goma-service-account-json-file", | 296 "--goma-service-account-json-file", |
| 303 "/creds/service_accounts/service-account-goma-client.json", | 297 "/creds/service_accounts/service-account-goma-client.json", |
| 304 "--goma-dir", | 298 "--goma-dir", |
| 305 "[CACHE]/cipd/goma", | 299 "[CACHE]/cipd/goma", |
| (...skipping 2195 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2501 "@@@STEP_LOG_END@json.output@@@", | 2495 "@@@STEP_LOG_END@json.output@@@", |
| 2502 "@@@STEP_LINK@shard #0 isolated out@blah@@@" | 2496 "@@@STEP_LINK@shard #0 isolated out@blah@@@" |
| 2503 ] | 2497 ] |
| 2504 }, | 2498 }, |
| 2505 { | 2499 { |
| 2506 "name": "$result", | 2500 "name": "$result", |
| 2507 "recipe_result": null, | 2501 "recipe_result": null, |
| 2508 "status_code": 0 | 2502 "status_code": 0 |
| 2509 } | 2503 } |
| 2510 ] | 2504 ] |
| OLD | NEW |