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