| 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 260 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 "cmd": [ | 271 "cmd": [ |
| 272 "python", | 272 "python", |
| 273 "-u", | 273 "-u", |
| 274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", | 274 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", |
| 275 "--src-dir", | 275 "--src-dir", |
| 276 "[BUILDER_CACHE]/ios/src", | 276 "[BUILDER_CACHE]/ios/src", |
| 277 "--output-json", | 277 "--output-json", |
| 278 "/path/to/tmp/json" | 278 "/path/to/tmp/json" |
| 279 ], | 279 ], |
| 280 "env": { | 280 "env": { |
| 281 "FORCE_MAC_TOOLCHAIN": "1", |
| 281 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 282 }, | 283 }, |
| 283 "name": "clang_revision", | 284 "name": "clang_revision", |
| 284 "~followup_annotations": [ | 285 "~followup_annotations": [ |
| 285 "@@@STEP_LOG_LINE@json.output@{@@@", | 286 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", |
| 287 "@@@STEP_LOG_LINE@json.output@}@@@", | 288 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 288 "@@@STEP_LOG_END@json.output@@@" | 289 "@@@STEP_LOG_END@json.output@@@" |
| 289 ] | 290 ] |
| 290 }, | 291 }, |
| (...skipping 29 matching lines...) Expand all Loading... |
| 320 "/path/to/tmp/json", | 321 "/path/to/tmp/json", |
| 321 "--goma-service-account-json-file", | 322 "--goma-service-account-json-file", |
| 322 "/creds/service_accounts/service-account-goma-client.json", | 323 "/creds/service_accounts/service-account-goma-client.json", |
| 323 "--goma-dir", | 324 "--goma-dir", |
| 324 "[CACHE]/cipd/goma", | 325 "[CACHE]/cipd/goma", |
| 325 "--", | 326 "--", |
| 326 "All" | 327 "All" |
| 327 ], | 328 ], |
| 328 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", | 329 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", |
| 329 "env": { | 330 "env": { |
| 331 "FORCE_MAC_TOOLCHAIN": "1", |
| 330 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" | 332 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json" |
| 331 }, | 333 }, |
| 332 "name": "compile", | 334 "name": "compile", |
| 333 "~followup_annotations": [ | 335 "~followup_annotations": [ |
| 334 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 336 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 335 "@@@STEP_LOG_END@json.output (invalid)@@@" | 337 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 336 ] | 338 ] |
| 337 }, | 339 }, |
| 338 { | 340 { |
| 339 "name": "$result", | 341 "name": "$result", |
| 340 "recipe_result": null, | 342 "recipe_result": null, |
| 341 "status_code": 0 | 343 "status_code": 0 |
| 342 } | 344 } |
| 343 ] | 345 ] |
| OLD | NEW |