| 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 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 165 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": false, @@@", | 165 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": false, @@@", |
| 166 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 166 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 167 "@@@STEP_LOG_LINE@json.output@}@@@", | 167 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 168 "@@@STEP_LOG_END@json.output@@@" | 168 "@@@STEP_LOG_END@json.output@@@" |
| 169 ] | 169 ] |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "cmd": [ | 172 "cmd": [ |
| 173 "echo", | 173 "echo", |
| 174 "-e", | 174 "-e", |
| 175 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n
\"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"tri
ggered bots\": {}, \n \"triggered by\": \"parent\", \n \"xcode version\": \"fa
ke xcode version\"\n}" | 175 "{\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\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n
\"env\": {}, \n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphone
simulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n
\"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"tri
ggered bots\": {}, \n \"triggered by\": \"parent\", \n \"use_analyze\": true,
\n \"xcode version\": \"fake xcode version\"\n}" |
| 176 ], | 176 ], |
| 177 "cwd": "[SLAVE_BUILD]", | 177 "cwd": "[SLAVE_BUILD]", |
| 178 "name": "finalize build config" | 178 "name": "finalize build config" |
| 179 }, | 179 }, |
| 180 { | 180 { |
| 181 "cmd": [ | 181 "cmd": [ |
| 182 "[BUILD]/scripts/slave/ios/find_xcode.py", | 182 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 183 "--json-file", | 183 "--json-file", |
| 184 "/path/to/tmp/json", | 184 "/path/to/tmp/json", |
| 185 "--version", | 185 "--version", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 258 "@@@STEP_LOG_END@fake log@@@", | 258 "@@@STEP_LOG_END@fake log@@@", |
| 259 "@@@STEP_LINK@fake URL text@fake URL@@@" | 259 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 260 ] | 260 ] |
| 261 }, | 261 }, |
| 262 { | 262 { |
| 263 "name": "$result", | 263 "name": "$result", |
| 264 "recipe_result": null, | 264 "recipe_result": null, |
| 265 "status_code": 0 | 265 "status_code": 0 |
| 266 } | 266 } |
| 267 ] | 267 ] |
| OLD | NEW |