| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 138 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
| 139 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@
@@", |
| 140 "@@@STEP_LOG_LINE@json.output@}@@@", | 140 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 141 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
| 142 ] | 142 ] |
| 143 }, | 143 }, |
| 144 { | 144 { |
| 145 "cmd": [ | 145 "cmd": [ |
| 146 "echo", | 146 "echo", |
| 147 "-e", | 147 "-e", |
| 148 "{\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 \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur
ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul
l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {},
\n \"xcode version\": \"fake xcode version\"\n}" | 148 "{\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 \"use_goma\": \"1\"\n }, \n \"additional_com
pile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configur
ation\": \"Release\", \n \"env\": {}, \n \"gn_args\": [], \n \"mb_type\": nul
l, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {},
\n \"use_analyze\": true, \n \"xcode version\": \"fake xcode version\"\n}" |
| 149 ], | 149 ], |
| 150 "cwd": "[SLAVE_BUILD]", | 150 "cwd": "[SLAVE_BUILD]", |
| 151 "name": "finalize build config" | 151 "name": "finalize build config" |
| 152 }, | 152 }, |
| 153 { | 153 { |
| 154 "cmd": [ | 154 "cmd": [ |
| 155 "[BUILD]/scripts/slave/ios/find_xcode.py", | 155 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 156 "--json-file", | 156 "--json-file", |
| 157 "/path/to/tmp/json", | 157 "/path/to/tmp/json", |
| 158 "--version", | 158 "--version", |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", | 230 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", |
| 231 "@@@STEP_LOG_END@json.output (invalid)@@@" | 231 "@@@STEP_LOG_END@json.output (invalid)@@@" |
| 232 ] | 232 ] |
| 233 }, | 233 }, |
| 234 { | 234 { |
| 235 "name": "$result", | 235 "name": "$result", |
| 236 "recipe_result": null, | 236 "recipe_result": null, |
| 237 "status_code": 0 | 237 "status_code": 0 |
| 238 } | 238 } |
| 239 ] | 239 ] |
| OLD | NEW |