| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "chromium.fake", | 8 "chromium.fake", |
| 9 "--builder", | 9 "--builder", |
| 10 "ios", | 10 "ios", |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", | 111 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", |
| 112 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", | 112 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"6.1.1\"@@@", |
| 113 "@@@STEP_LOG_LINE@json.output@}@@@", | 113 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 114 "@@@STEP_LOG_END@json.output@@@" | 114 "@@@STEP_LOG_END@json.output@@@" |
| 115 ] | 115 ] |
| 116 }, | 116 }, |
| 117 { | 117 { |
| 118 "cmd": [ | 118 "cmd": [ |
| 119 "echo", | 119 "echo", |
| 120 "-e", | 120 "-e", |
| 121 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n
\"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {},
\n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\"
, \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"6.1.1\
"\n}" | 121 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat
ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n
\"compiler\": \"xcodebuild\", \n \"configuration\": \"Debug\", \n \"env\": {},
\n \"gn_args\": [], \n \"mb_type\": null, \n \"sdk\": \"iphonesimulator8.1\"
, \n \"tests\": [], \n \"triggered bots\": {}, \n \"use_analyze\": true, \n
\"xcode version\": \"6.1.1\"\n}" |
| 122 ], | 122 ], |
| 123 "cwd": "[SLAVE_BUILD]", | 123 "cwd": "[SLAVE_BUILD]", |
| 124 "name": "finalize build config" | 124 "name": "finalize build config" |
| 125 }, | 125 }, |
| 126 { | 126 { |
| 127 "cmd": [ | 127 "cmd": [ |
| 128 "[BUILD]/scripts/slave/ios/find_xcode.py", | 128 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 129 "--json-file", | 129 "--json-file", |
| 130 "/path/to/tmp/json", | 130 "/path/to/tmp/json", |
| 131 "--version", | 131 "--version", |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 169 ], | 169 ], |
| 170 "cwd": "[SLAVE_BUILD]/src/xcodebuild", | 170 "cwd": "[SLAVE_BUILD]/src/xcodebuild", |
| 171 "name": "compile" | 171 "name": "compile" |
| 172 }, | 172 }, |
| 173 { | 173 { |
| 174 "name": "$result", | 174 "name": "$result", |
| 175 "recipe_result": null, | 175 "recipe_result": null, |
| 176 "status_code": 0 | 176 "status_code": 0 |
| 177 } | 177 } |
| 178 ] | 178 ] |
| OLD | NEW |