| 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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 "python", | 269 "python", |
| 270 "-u", | 270 "-u", |
| 271 "[BUILDER_CACHE]/ios_simulator/src/build/gyp_chromium", | 271 "[BUILDER_CACHE]/ios_simulator/src/build/gyp_chromium", |
| 272 "--analyzer", | 272 "--analyzer", |
| 273 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\
"third_party/icu/foo.cc\"], \"test_targets\": [\"fake tests\"]}", | 273 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\
"third_party/icu/foo.cc\"], \"test_targets\": [\"fake tests\"]}", |
| 274 "/path/to/tmp/json" | 274 "/path/to/tmp/json" |
| 275 ], | 275 ], |
| 276 "env": { | 276 "env": { |
| 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", | 277 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account
-goma-client.json", |
| 278 "GYP_CROSSCOMPILE": "1", | 278 "GYP_CROSSCOMPILE": "1", |
| 279 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va
lue 1' fake gyp define 2='fake value 2'" | 279 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va
lue 1' fake gyp define 2='fake value 2' target_arch=x64" |
| 280 }, | 280 }, |
| 281 "name": "analyze", | 281 "name": "analyze", |
| 282 "~followup_annotations": [ | 282 "~followup_annotations": [ |
| 283 "@@@STEP_TEXT@No compile necessary@@@", | 283 "@@@STEP_TEXT@No compile necessary@@@", |
| 284 "@@@STEP_LOG_LINE@json.output@{@@@", | 284 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 285 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", | 285 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", |
| 286 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", | 286 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", |
| 287 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", | 287 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", |
| 288 "@@@STEP_LOG_LINE@json.output@}@@@", | 288 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 289 "@@@STEP_LOG_END@json.output@@@", | 289 "@@@STEP_LOG_END@json.output@@@", |
| (...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 483 { | 483 { |
| 484 "cmd": [], | 484 "cmd": [], |
| 485 "name": "trigger" | 485 "name": "trigger" |
| 486 }, | 486 }, |
| 487 { | 487 { |
| 488 "name": "$result", | 488 "name": "$result", |
| 489 "recipe_result": null, | 489 "recipe_result": null, |
| 490 "status_code": 0 | 490 "status_code": 0 |
| 491 } | 491 } |
| 492 ] | 492 ] |
| OLD | NEW |