| 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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 137 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 137 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
| 138 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 139 "@@@STEP_LOG_LINE@json.output@}@@@", | 139 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 140 "@@@STEP_LOG_END@json.output@@@" | 140 "@@@STEP_LOG_END@json.output@@@" |
| 141 ] | 141 ] |
| 142 }, | 142 }, |
| 143 { | 143 { |
| 144 "cmd": [ | 144 "cmd": [ |
| 145 "echo", | 145 "echo", |
| 146 "-e", | 146 "-e", |
| 147 "{\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\": \"Release\", \n \
"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphoneos8
.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"fa
ke xcode version\"\n}" | 147 "{\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\": \"Release\", \n \
"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphoneos8
.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true,
\n \"xcode version\": \"fake xcode version\"\n}" |
| 148 ], | 148 ], |
| 149 "cwd": "[SLAVE_BUILD]", | 149 "cwd": "[SLAVE_BUILD]", |
| 150 "name": "finalize build config" | 150 "name": "finalize build config" |
| 151 }, | 151 }, |
| 152 { | 152 { |
| 153 "cmd": [ | 153 "cmd": [ |
| 154 "[BUILD]/scripts/slave/ios/find_xcode.py", | 154 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 155 "--json-file", | 155 "--json-file", |
| 156 "/path/to/tmp/json", | 156 "/path/to/tmp/json", |
| 157 "--version", | 157 "--version", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", | 192 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", |
| 193 "name": "compile" | 193 "name": "compile" |
| 194 }, | 194 }, |
| 195 { | 195 { |
| 196 "name": "$result", | 196 "name": "$result", |
| 197 "recipe_result": null, | 197 "recipe_result": null, |
| 198 "status_code": 0 | 198 "status_code": 0 |
| 199 } | 199 } |
| 200 ] | 200 ] |
| OLD | NEW |