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 134 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 145 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
146 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 146 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
147 "@@@STEP_LOG_LINE@json.output@}@@@", | 147 "@@@STEP_LOG_LINE@json.output@}@@@", |
148 "@@@STEP_LOG_END@json.output@@@" | 148 "@@@STEP_LOG_END@json.output@@@" |
149 ] | 149 ] |
150 }, | 150 }, |
151 { | 151 { |
152 "cmd": [ | 152 "cmd": [ |
153 "echo", | 153 "echo", |
154 "-e", | 154 "-e", |
155 "{\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 \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"
app\": \"fake tests 1\", \n \"device type\": \"fake device\", \n \"os\
": \"8.0\"\n }, \n {\n \"app\": \"fake tests 2\", \n \"device ty
pe\": \"fake device\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots
\": {}, \n \"use_mb\": false, \n \"xcode version\": \"fake xcode version\"\n}" | 155 "{\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 \"mb_type\": null, \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}" |
156 ], | 156 ], |
157 "cwd": "[SLAVE_BUILD]", | 157 "cwd": "[SLAVE_BUILD]", |
158 "name": "finalize build config" | 158 "name": "finalize build config" |
159 }, | 159 }, |
160 { | 160 { |
161 "cmd": [ | 161 "cmd": [ |
162 "[BUILD]/scripts/slave/ios/find_xcode.py", | 162 "[BUILD]/scripts/slave/ios/find_xcode.py", |
163 "--json-file", | 163 "--json-file", |
164 "/path/to/tmp/json", | 164 "/path/to/tmp/json", |
165 "--version", | 165 "--version", |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 "@@@STEP_LOG_END@fake log@@@", | 271 "@@@STEP_LOG_END@fake log@@@", |
272 "@@@STEP_LINK@fake URL text@fake URL@@@" | 272 "@@@STEP_LINK@fake URL text@fake URL@@@" |
273 ] | 273 ] |
274 }, | 274 }, |
275 { | 275 { |
276 "name": "$result", | 276 "name": "$result", |
277 "reason": "Failed fake tests 1 (fake device iOS 8.0).", | 277 "reason": "Failed fake tests 1 (fake device iOS 8.0).", |
278 "status_code": 1 | 278 "status_code": 1 |
279 } | 279 } |
280 ] | 280 ] |
OLD | NEW |