| 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 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 149 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 149 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 150 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 150 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 151 "@@@STEP_LOG_LINE@json.output@}@@@", | 151 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 152 "@@@STEP_LOG_END@json.output@@@" | 152 "@@@STEP_LOG_END@json.output@@@" |
| 153 ] | 153 ] |
| 154 }, | 154 }, |
| 155 { | 155 { |
| 156 "cmd": [ | 156 "cmd": [ |
| 157 "echo", | 157 "echo", |
| 158 "-e", | 158 "-e", |
| 159 "{\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 \"fake env var 1\": \"fake env value 1\", \n \"fake env var
2\": \"fake env value 2\"\n }, \n \"sdk\": \"iphonesimulator8.0\", \n \"test
s\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake
device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2
\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n
], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"xcode version\": \"f
ake xcode version\"\n}" | 159 "{\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 \"fake env var 1\": \"fake env value 1\", \n \"fake env var
2\": \"fake env value 2\"\n }, \n \"sdk\": \"iphonesimulator8.0\", \n \"test
s\": [\n {\n \"app\": \"fake tests 1\", \n \"device type\": \"fake
device\", \n \"os\": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2
\", \n \"device type\": \"fake device\", \n \"os\": \"7.1\"\n }\n
], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}" |
| 160 ], | 160 ], |
| 161 "cwd": "[SLAVE_BUILD]", | 161 "cwd": "[SLAVE_BUILD]", |
| 162 "name": "finalize build config" | 162 "name": "finalize build config" |
| 163 }, | 163 }, |
| 164 { | 164 { |
| 165 "cmd": [ | 165 "cmd": [ |
| 166 "[BUILD]/scripts/slave/ios/find_xcode.py", | 166 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 167 "--json-file", | 167 "--json-file", |
| 168 "/path/to/tmp/json", | 168 "/path/to/tmp/json", |
| 169 "--version", | 169 "--version", |
| (...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 "@@@STEP_LOG_END@fake log@@@", | 279 "@@@STEP_LOG_END@fake log@@@", |
| 280 "@@@STEP_LINK@fake URL text@fake URL@@@" | 280 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 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 |