| 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 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 162 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": false, @@@", | 162 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": false, @@@", |
| 163 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 163 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 164 "@@@STEP_LOG_LINE@json.output@}@@@", | 164 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 165 "@@@STEP_LOG_END@json.output@@@" | 165 "@@@STEP_LOG_END@json.output@@@" |
| 166 ] | 166 ] |
| 167 }, | 167 }, |
| 168 { | 168 { |
| 169 "cmd": [ | 169 "cmd": [ |
| 170 "echo", | 170 "echo", |
| 171 "-e", | 171 "-e", |
| 172 "{\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 \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n
\"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"
os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"triggered by\": \"p
arent\", \n \"use_mb\": false, \n \"xcode version\": \"fake xcode version\"\n}
" | 172 "{\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 \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n
\"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"
os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"triggered by\": \"p
arent\", \n \"xcode version\": \"fake xcode version\"\n}" |
| 173 ], | 173 ], |
| 174 "cwd": "[SLAVE_BUILD]", | 174 "cwd": "[SLAVE_BUILD]", |
| 175 "name": "finalize build config" | 175 "name": "finalize build config" |
| 176 }, | 176 }, |
| 177 { | 177 { |
| 178 "cmd": [ | 178 "cmd": [ |
| 179 "[BUILD]/scripts/slave/ios/find_xcode.py", | 179 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 180 "--json-file", | 180 "--json-file", |
| 181 "/path/to/tmp/json", | 181 "/path/to/tmp/json", |
| 182 "--version", | 182 "--version", |
| (...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 255 "@@@STEP_LOG_END@fake log@@@", | 255 "@@@STEP_LOG_END@fake log@@@", |
| 256 "@@@STEP_LINK@fake URL text@fake URL@@@" | 256 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 257 ] | 257 ] |
| 258 }, | 258 }, |
| 259 { | 259 { |
| 260 "name": "$result", | 260 "name": "$result", |
| 261 "recipe_result": null, | 261 "recipe_result": null, |
| 262 "status_code": 0 | 262 "status_code": 0 |
| 263 } | 263 } |
| 264 ] | 264 ] |
| OLD | NEW |