| 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 212 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 223 "--gsutil-py-path", | 223 "--gsutil-py-path", |
| 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 224 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 225 "--ninja-path", | 225 "--ninja-path", |
| 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 226 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 227 "--target", | 227 "--target", |
| 228 "Debug-iphonesimulator", | 228 "Debug-iphonesimulator", |
| 229 "--src-dir", | 229 "--src-dir", |
| 230 "[SLAVE_BUILD]/src", | 230 "[SLAVE_BUILD]/src", |
| 231 "--goma-cache-dir", | 231 "--goma-cache-dir", |
| 232 "[GOMA_CACHE]", | 232 "[GOMA_CACHE]", |
| 233 "--build-tool", | |
| 234 "ninja", | |
| 235 "--compiler", | 233 "--compiler", |
| 236 "goma-clang", | 234 "goma-clang", |
| 237 "--goma-jsonstatus", | 235 "--goma-jsonstatus", |
| 238 "/path/to/tmp/json", | 236 "/path/to/tmp/json", |
| 239 "--goma-service-account-json-file", | 237 "--goma-service-account-json-file", |
| 240 "/creds/service_accounts/service-account-goma-client.json", | 238 "/creds/service_accounts/service-account-goma-client.json", |
| 241 "--goma-dir", | 239 "--goma-dir", |
| 242 "[CACHE]/cipd/goma", | 240 "[CACHE]/cipd/goma", |
| 243 "--", | 241 "--", |
| 244 "All" | 242 "All" |
| (...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 320 "@@@STEP_LOG_END@fake log@@@", | 318 "@@@STEP_LOG_END@fake log@@@", |
| 321 "@@@STEP_LINK@fake URL text@fake URL@@@" | 319 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 322 ] | 320 ] |
| 323 }, | 321 }, |
| 324 { | 322 { |
| 325 "name": "$result", | 323 "name": "$result", |
| 326 "recipe_result": null, | 324 "recipe_result": null, |
| 327 "status_code": 0 | 325 "status_code": 0 |
| 328 } | 326 } |
| 329 ] | 327 ] |
| OLD | NEW |