| 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 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 "@@@STEP_LOG_LINE@json.output@ }@@@", | 156 "@@@STEP_LOG_LINE@json.output@ }@@@", |
| 157 "@@@STEP_LOG_LINE@json.output@ ]@@@", | 157 "@@@STEP_LOG_LINE@json.output@ ]@@@", |
| 158 "@@@STEP_LOG_LINE@json.output@}@@@", | 158 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 159 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
| 160 ] | 160 ] |
| 161 }, | 161 }, |
| 162 { | 162 { |
| 163 "cmd": [ | 163 "cmd": [ |
| 164 "echo", | 164 "echo", |
| 165 "-e", | 165 "-e", |
| 166 "{\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 {\n \"app\": \"fake test 1\", \n \"device type
\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \
"fake included test 1\", \n \"device type\": \"fake device 1\", \n \"o
s\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \
"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n
\"app\": \"fake test 2\", \n \"device type\": \"fake device 2\", \n
\"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n
\"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n
\"app\": \"fake included test 2\", \n \"device type\": \"fake device 2
\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode
version\": \"6.1.1\"\n}" | 166 "{\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 {\n \"app\": \"fake test 1\", \n \"device type
\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \
"fake included test 1\", \n \"device type\": \"fake device 1\", \n \"o
s\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \
"device type\": \"fake device 1\", \n \"os\": \"8.1\"\n }, \n {\n
\"app\": \"fake test 2\", \n \"device type\": \"fake device 2\", \n
\"os\": \"7.1\"\n }, \n {\n \"app\": \"fake included test 1\", \n
\"device type\": \"fake device 2\", \n \"os\": \"7.1\"\n }, \n {\n
\"app\": \"fake included test 2\", \n \"device type\": \"fake device 2
\", \n \"os\": \"7.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_a
nalyze\": true, \n \"xcode version\": \"6.1.1\"\n}" |
| 167 ], | 167 ], |
| 168 "cwd": "[SLAVE_BUILD]", | 168 "cwd": "[SLAVE_BUILD]", |
| 169 "name": "finalize build config" | 169 "name": "finalize build config" |
| 170 }, | 170 }, |
| 171 { | 171 { |
| 172 "cmd": [ | 172 "cmd": [ |
| 173 "[BUILD]/scripts/slave/ios/find_xcode.py", | 173 "[BUILD]/scripts/slave/ios/find_xcode.py", |
| 174 "--json-file", | 174 "--json-file", |
| 175 "/path/to/tmp/json", | 175 "/path/to/tmp/json", |
| 176 "--version", | 176 "--version", |
| (...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 "@@@STEP_LOG_END@fake log@@@", | 424 "@@@STEP_LOG_END@fake log@@@", |
| 425 "@@@STEP_LINK@fake URL text@fake URL@@@" | 425 "@@@STEP_LINK@fake URL text@fake URL@@@" |
| 426 ] | 426 ] |
| 427 }, | 427 }, |
| 428 { | 428 { |
| 429 "name": "$result", | 429 "name": "$result", |
| 430 "recipe_result": null, | 430 "recipe_result": null, |
| 431 "status_code": 0 | 431 "status_code": 0 |
| 432 } | 432 } |
| 433 ] | 433 ] |
| OLD | NEW |