| 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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 150 "@@@STEP_LOG_LINE@json.output@ ], @@@", | 150 "@@@STEP_LOG_LINE@json.output@ ], @@@", |
| 151 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 151 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 152 "@@@STEP_LOG_LINE@json.output@}@@@", | 152 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 153 "@@@STEP_LOG_END@json.output@@@" | 153 "@@@STEP_LOG_END@json.output@@@" |
| 154 ] | 154 ] |
| 155 }, | 155 }, |
| 156 { | 156 { |
| 157 "cmd": [ | 157 "cmd": [ |
| 158 "echo", | 158 "echo", |
| 159 "-e", | 159 "-e", |
| 160 "{\n \"GYP_DEFINES\": [], \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \n \"gn_args\": [\n \"target_os=\\\"ios\\\"\", \n \"ios_enable_
code_signing=false\", \n \"use_goma=true\"\n ], \n \"mb_type\": \"gn\", \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}" | 160 "{\n \"GYP_DEFINES\": [], \n \"additional_compile_targets\": [\n \"Al
l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e
nv\": {}, \n \"gn_args\": [\n \"target_os=\\\"ios\\\"\", \n \"ios_enable_
code_signing=false\", \n \"use_goma=true\"\n ], \n \"mb_type\": \"gn\", \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_analyze\": true, \n \"xcode vers
ion\": \"fake xcode version\"\n}" |
| 161 ], | 161 ], |
| 162 "cwd": "[SLAVE_BUILD]", | 162 "cwd": "[SLAVE_BUILD]", |
| 163 "name": "finalize build config" | 163 "name": "finalize build config" |
| 164 }, | 164 }, |
| 165 { | 165 { |
| 166 "cmd": [ | 166 "cmd": [ |
| 167 "[BUILD]/scripts/slave/ios/find_xcode.py", | 167 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 168 "--json-file", | 168 "--json-file", |
| 169 "/path/to/tmp/json", | 169 "/path/to/tmp/json", |
| 170 "--version", | 170 "--version", |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 "@@@STEP_LOG_END@fake log@@@", | 377 "@@@STEP_LOG_END@fake log@@@", |
| 378 "@@@STEP_LINK@fake URL text@fake URL@@@" | 378 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 379 ] | 379 ] |
| 380 }, | 380 }, |
| 381 { | 381 { |
| 382 "name": "$result", | 382 "name": "$result", |
| 383 "recipe_result": null, | 383 "recipe_result": null, |
| 384 "status_code": 0 | 384 "status_code": 0 |
| 385 } | 385 } |
| 386 ] | 386 ] |
| OLD | NEW |