| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 "--src-dir", | 282 "--src-dir", |
| 283 "[BUILDER_CACHE]/ios/src", | 283 "[BUILDER_CACHE]/ios/src", |
| 284 "--goma-cache-dir", | 284 "--goma-cache-dir", |
| 285 "[GOMA_CACHE]", | 285 "[GOMA_CACHE]", |
| 286 "--buildbot-buildername", | 286 "--buildbot-buildername", |
| 287 "ios", | 287 "ios", |
| 288 "--buildbot-mastername", | 288 "--buildbot-mastername", |
| 289 "chromium.fake", | 289 "chromium.fake", |
| 290 "--buildbot-slavename", | 290 "--buildbot-slavename", |
| 291 "fake-vm", | 291 "fake-vm", |
| 292 "--goma-deps-cache-dir", | 292 "--goma-deps-cache-file", |
| 293 "[GOMA_DEPS_CACHE]", | 293 "ios.gomadeps", |
| 294 "--compiler", | 294 "--compiler", |
| 295 "goma-clang", | 295 "goma-clang", |
| 296 "--goma-jsonstatus", | 296 "--goma-jsonstatus", |
| 297 "/path/to/tmp/json", | 297 "/path/to/tmp/json", |
| 298 "--goma-service-account-json-file", | 298 "--goma-service-account-json-file", |
| 299 "/creds/service_accounts/service-account-goma-client.json", | 299 "/creds/service_accounts/service-account-goma-client.json", |
| 300 "--goma-dir", | 300 "--goma-dir", |
| 301 "[CACHE]/cipd/goma", | 301 "[CACHE]/cipd/goma", |
| 302 "--", | 302 "--", |
| 303 "All" | 303 "All" |
| 304 ], | 304 ], |
| 305 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", | 305 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", |
| 306 "env": { | 306 "env": { |
| 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 307 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 308 }, | 308 }, |
| 309 "name": "compile", | 309 "name": "compile", |
| 310 "~followup_annotations": [ | 310 "~followup_annotations": [ |
| 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 311 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 312 "@@@STEP_LOG_END@json.output (invalid)@@@" | 312 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 313 ] | 313 ] |
| 314 }, | 314 }, |
| 315 { | 315 { |
| 316 "name": "$result", | 316 "name": "$result", |
| 317 "recipe_result": null, | 317 "recipe_result": null, |
| 318 "status_code": 0 | 318 "status_code": 0 |
| 319 } | 319 } |
| 320 ] | 320 ] |
| OLD | NEW |