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