| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 "--gsutil-py-path", | 250 "--gsutil-py-path", |
| 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 251 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 252 "--ninja-path", | 252 "--ninja-path", |
| 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 253 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 254 "--target", | 254 "--target", |
| 255 "Release", | 255 "Release", |
| 256 "--src-dir", | 256 "--src-dir", |
| 257 "[BUILDER_CACHE]/Mac64_Release/src", | 257 "[BUILDER_CACHE]/Mac64_Release/src", |
| 258 "--goma-cache-dir", | 258 "--goma-cache-dir", |
| 259 "[GOMA_CACHE]", | 259 "[GOMA_CACHE]", |
| 260 "--buildbot-buildername", | |
| 261 "Mac64 Release", | |
| 262 "--buildbot-mastername", | |
| 263 "client.webrtc", | |
| 264 "--buildbot-slavename", | |
| 265 "slavename", | |
| 266 "--goma-deps-cache-dir", | 260 "--goma-deps-cache-dir", |
| 267 "[GOMA_DEPS_CACHE]", | 261 "[GOMA_DEPS_CACHE]", |
| 268 "--compiler", | 262 "--compiler", |
| 269 "goma-clang", | 263 "goma-clang", |
| 270 "--goma-jsonstatus", | 264 "--goma-jsonstatus", |
| 271 "/path/to/tmp/json", | 265 "/path/to/tmp/json", |
| 272 "--goma-service-account-json-file", | 266 "--goma-service-account-json-file", |
| 273 "/creds/service_accounts/service-account-goma-client.json", | 267 "/creds/service_accounts/service-account-goma-client.json", |
| 274 "--goma-dir", | 268 "--goma-dir", |
| 275 "[CACHE]/cipd/goma", | 269 "[CACHE]/cipd/goma", |
| (...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 685 ], | 679 ], |
| 686 "cwd": "[BUILDER_CACHE]/Mac64_Release", | 680 "cwd": "[BUILDER_CACHE]/Mac64_Release", |
| 687 "name": "webrtc_nonparallel_tests" | 681 "name": "webrtc_nonparallel_tests" |
| 688 }, | 682 }, |
| 689 { | 683 { |
| 690 "name": "$result", | 684 "name": "$result", |
| 691 "recipe_result": null, | 685 "recipe_result": null, |
| 692 "status_code": 0 | 686 "status_code": 0 |
| 693 } | 687 } |
| 694 ] | 688 ] |
| OLD | NEW |