| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "[BUILD]/scripts/slave/ios/host_info.py", | 4 "[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 "cwd": "[SLAVE_BUILD]", | 8 "cwd": "[SLAVE_BUILD]", |
| 9 "name": "host and tools info", | 9 "name": "host and tools info", |
| 10 "~followup_annotations": [ | 10 "~followup_annotations": [ |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 147 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 147 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 148 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 148 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 149 "@@@STEP_LOG_LINE@json.output@}@@@", | 149 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 150 "@@@STEP_LOG_END@json.output@@@" | 150 "@@@STEP_LOG_END@json.output@@@" |
| 151 ] | 151 ] |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "cmd": [ | 154 "cmd": [ |
| 155 "echo", | 155 "echo", |
| 156 "-e", | 156 "-e", |
| 157 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul
ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"dev
ice type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggere
d bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" | 157 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\", \n \"fake gyp define 1\": \"fake value 1\", \n \"fake gyp de
fine 2\": \"fake value 2\"\n }, \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimul
ator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"dev
ice type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggere
d bots\": {}, \n \"use_analyze\": true, \n \"xcode version\": \"fake xcode ver
sion\"\n}" |
| 158 ], | 158 ], |
| 159 "cwd": "[SLAVE_BUILD]", | 159 "cwd": "[SLAVE_BUILD]", |
| 160 "name": "finalize build config" | 160 "name": "finalize build config" |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "[BUILD]/scripts/slave/ios/find_xcode.py", | 164 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 165 "--json-file", | 165 "--json-file", |
| 166 "/path/to/tmp/json", | 166 "/path/to/tmp/json", |
| 167 "--version", | 167 "--version", |
| (...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "~followup_annotations": [ | 279 "~followup_annotations": [ |
| 280 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 280 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" |
| 281 ] | 281 ] |
| 282 }, | 282 }, |
| 283 { | 283 { |
| 284 "name": "$result", | 284 "name": "$result", |
| 285 "recipe_result": null, | 285 "recipe_result": null, |
| 286 "status_code": 0 | 286 "status_code": 0 |
| 287 } | 287 } |
| 288 ] | 288 ] |
| OLD | NEW |