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 416 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
637 "webrtc_nonparallel_tests" | 635 "webrtc_nonparallel_tests" |
638 ], | 636 ], |
639 "name": "webrtc_nonparallel_tests" | 637 "name": "webrtc_nonparallel_tests" |
640 }, | 638 }, |
641 { | 639 { |
642 "name": "$result", | 640 "name": "$result", |
643 "recipe_result": null, | 641 "recipe_result": null, |
644 "status_code": 0 | 642 "status_code": 0 |
645 } | 643 } |
646 ] | 644 ] |
OLD | NEW |