| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 144 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 145 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 146 "@@@STEP_LOG_LINE@json.output@}@@@", | 146 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 147 "@@@STEP_LOG_END@json.output@@@" | 147 "@@@STEP_LOG_END@json.output@@@" |
| 148 ] | 148 ] |
| 149 }, | 149 }, |
| 150 { | 150 { |
| 151 "cmd": [ | 151 "cmd": [ |
| 152 "echo", | 152 "echo", |
| 153 "-e", | 153 "-e", |
| 154 "{\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\", \n \"device type\": \"fake device\", \n \"os\":
\"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": false, \n \"x
code version\": \"fake xcode version\"\n}" | 154 "{\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\", \n \"device type\": \"fake device\", \n \"os\":
\"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"fake
xcode version\"\n}" |
| 155 ], | 155 ], |
| 156 "cwd": "[SLAVE_BUILD]", | 156 "cwd": "[SLAVE_BUILD]", |
| 157 "name": "finalize build config" | 157 "name": "finalize build config" |
| 158 }, | 158 }, |
| 159 { | 159 { |
| 160 "cmd": [ | 160 "cmd": [ |
| 161 "[BUILD]/scripts/slave/ios/find_xcode.py", | 161 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 162 "--json-file", | 162 "--json-file", |
| 163 "/path/to/tmp/json", | 163 "/path/to/tmp/json", |
| 164 "--version", | 164 "--version", |
| (...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 263 "~followup_annotations": [ | 263 "~followup_annotations": [ |
| 264 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" | 264 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" |
| 265 ] | 265 ] |
| 266 }, | 266 }, |
| 267 { | 267 { |
| 268 "name": "$result", | 268 "name": "$result", |
| 269 "recipe_result": null, | 269 "recipe_result": null, |
| 270 "status_code": 0 | 270 "status_code": 0 |
| 271 } | 271 } |
| 272 ] | 272 ] |
| OLD | NEW |