| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 "--gsutil-py-path", | 205 "--gsutil-py-path", |
| 206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 206 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 207 "--ninja-path", | 207 "--ninja-path", |
| 208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 208 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 209 "--target", | 209 "--target", |
| 210 "Release", | 210 "Release", |
| 211 "--src-dir", | 211 "--src-dir", |
| 212 "[SLAVE_BUILD]/src", | 212 "[SLAVE_BUILD]/src", |
| 213 "--goma-cache-dir", | 213 "--goma-cache-dir", |
| 214 "[GOMA_CACHE]", | 214 "[GOMA_CACHE]", |
| 215 "--build-tool", | |
| 216 "ninja", | |
| 217 "--compiler", | 215 "--compiler", |
| 218 "goma-clang", | 216 "goma-clang", |
| 219 "--goma-jsonstatus", | 217 "--goma-jsonstatus", |
| 220 "/path/to/tmp/json", | 218 "/path/to/tmp/json", |
| 221 "--goma-service-account-json-file", | 219 "--goma-service-account-json-file", |
| 222 "/creds/service_accounts/service-account-goma-client.json", | 220 "/creds/service_accounts/service-account-goma-client.json", |
| 223 "--goma-dir", | 221 "--goma-dir", |
| 224 "[CACHE]/cipd/goma", | 222 "[CACHE]/cipd/goma", |
| 225 "--goma-fail-fast", | 223 "--goma-fail-fast", |
| 226 "--goma-disable-local-fallback", | 224 "--goma-disable-local-fallback", |
| (...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 313 "video_capture_tests" | 311 "video_capture_tests" |
| 314 ], | 312 ], |
| 315 "name": "video_capture_tests" | 313 "name": "video_capture_tests" |
| 316 }, | 314 }, |
| 317 { | 315 { |
| 318 "name": "$result", | 316 "name": "$result", |
| 319 "recipe_result": null, | 317 "recipe_result": null, |
| 320 "status_code": 0 | 318 "status_code": 0 |
| 321 } | 319 } |
| 322 ] | 320 ] |
| OLD | NEW |