| 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 283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 294 "--gsutil-py-path", | 294 "--gsutil-py-path", |
| 295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", | 295 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
| 296 "--ninja-path", | 296 "--ninja-path", |
| 297 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", | 297 "RECIPE_PACKAGE_REPO[depot_tools]/ninja", |
| 298 "--target", | 298 "--target", |
| 299 "Debug-iphonesimulator", | 299 "Debug-iphonesimulator", |
| 300 "--src-dir", | 300 "--src-dir", |
| 301 "[BUILDER_CACHE]/ios_debug/src", | 301 "[BUILDER_CACHE]/ios_debug/src", |
| 302 "--goma-cache-dir", | 302 "--goma-cache-dir", |
| 303 "[GOMA_CACHE]", | 303 "[GOMA_CACHE]", |
| 304 "--buildbot-buildername", | |
| 305 "ios debug", | |
| 306 "--buildbot-mastername", | |
| 307 "chromium.fake", | |
| 308 "--buildbot-slavename", | |
| 309 "fake-vm", | |
| 310 "--goma-deps-cache-dir", | 304 "--goma-deps-cache-dir", |
| 311 "[GOMA_DEPS_CACHE]", | 305 "[GOMA_DEPS_CACHE]", |
| 312 "--compiler", | 306 "--compiler", |
| 313 "goma-clang", | 307 "goma-clang", |
| 314 "--goma-jsonstatus", | 308 "--goma-jsonstatus", |
| 315 "/path/to/tmp/json", | 309 "/path/to/tmp/json", |
| 316 "--goma-service-account-json-file", | 310 "--goma-service-account-json-file", |
| 317 "/creds/service_accounts/service-account-goma-client.json", | 311 "/creds/service_accounts/service-account-goma-client.json", |
| 318 "--goma-dir", | 312 "--goma-dir", |
| 319 "[CACHE]/cipd/goma", | 313 "[CACHE]/cipd/goma", |
| (...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 397 "@@@STEP_LOG_END@fake log@@@", | 391 "@@@STEP_LOG_END@fake log@@@", |
| 398 "@@@STEP_LINK@fake URL text@fake URL@@@" | 392 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 399 ] | 393 ] |
| 400 }, | 394 }, |
| 401 { | 395 { |
| 402 "name": "$result", | 396 "name": "$result", |
| 403 "recipe_result": null, | 397 "recipe_result": null, |
| 404 "status_code": 0 | 398 "status_code": 0 |
| 405 } | 399 } |
| 406 ] | 400 ] |
| OLD | NEW |