| 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 "--gsutil-py-path", | 199 "--gsutil-py-path", |
| 200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 200 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 201 "--ninja-path", | 201 "--ninja-path", |
| 202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 202 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 203 "--target", | 203 "--target", |
| 204 "Release", | 204 "Release", |
| 205 "--src-dir", | 205 "--src-dir", |
| 206 "[SLAVE_BUILD]/src", | 206 "[SLAVE_BUILD]/src", |
| 207 "--goma-cache-dir", | 207 "--goma-cache-dir", |
| 208 "[GOMA_CACHE]", | 208 "[GOMA_CACHE]", |
| 209 "--build-tool", | |
| 210 "ninja", | |
| 211 "--compiler", | 209 "--compiler", |
| 212 "goma-clang", | 210 "goma-clang", |
| 213 "--goma-jsonstatus", | 211 "--goma-jsonstatus", |
| 214 "/path/to/tmp/json", | 212 "/path/to/tmp/json", |
| 215 "--goma-service-account-json-file", | 213 "--goma-service-account-json-file", |
| 216 "/creds/service_accounts/service-account-goma-client.json", | 214 "/creds/service_accounts/service-account-goma-client.json", |
| 217 "--goma-dir", | 215 "--goma-dir", |
| 218 "[CACHE]/cipd/goma", | 216 "[CACHE]/cipd/goma", |
| 219 "--", | 217 "--", |
| 220 "All" | 218 "All" |
| (...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 654 "webrtc_nonparallel_tests" | 652 "webrtc_nonparallel_tests" |
| 655 ], | 653 ], |
| 656 "name": "webrtc_nonparallel_tests" | 654 "name": "webrtc_nonparallel_tests" |
| 657 }, | 655 }, |
| 658 { | 656 { |
| 659 "name": "$result", | 657 "name": "$result", |
| 660 "recipe_result": null, | 658 "recipe_result": null, |
| 661 "status_code": 0 | 659 "status_code": 0 |
| 662 } | 660 } |
| 663 ] | 661 ] |
| OLD | NEW |