Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(314)

Side by Side Diff: scripts/slave/recipe_modules/ios/example.expected/basic.json

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: update w/ cleanup Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fake", 8 "chromium.fake",
9 "--builder", 9 "--builder",
10 "ios", 10 "ios",
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 "@@@STEP_LOG_LINE@json.output@ }@@@", 153 "@@@STEP_LOG_LINE@json.output@ }@@@",
154 "@@@STEP_LOG_LINE@json.output@ ]@@@", 154 "@@@STEP_LOG_LINE@json.output@ ]@@@",
155 "@@@STEP_LOG_LINE@json.output@}@@@", 155 "@@@STEP_LOG_LINE@json.output@}@@@",
156 "@@@STEP_LOG_END@json.output@@@" 156 "@@@STEP_LOG_END@json.output@@@"
157 ] 157 ]
158 }, 158 },
159 { 159 {
160 "cmd": [ 160 "cmd": [
161 "echo", 161 "echo",
162 "-e", 162 "-e",
163 "{\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 \"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 ty pe\": \"fake device 1\", \n \"os\": \"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_mb\": false, \n \"xcode version\": \"6.1.1\" \n}" 163 "{\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 \"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 \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake included test 2\", \n \"device type\": \"fak e device 1\", \n \"os\": \"8.1\"\n }, \n {\n \"app\": \"fake tes t 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}"
164 ], 164 ],
165 "cwd": "[SLAVE_BUILD]", 165 "cwd": "[SLAVE_BUILD]",
166 "name": "finalize build config" 166 "name": "finalize build config"
167 }, 167 },
168 { 168 {
169 "cmd": [ 169 "cmd": [
170 "[BUILD]/scripts/slave/ios/find_xcode.py", 170 "[BUILD]/scripts/slave/ios/find_xcode.py",
171 "--json-file", 171 "--json-file",
172 "/path/to/tmp/json", 172 "/path/to/tmp/json",
173 "--version", 173 "--version",
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 "@@@STEP_LOG_END@fake log@@@", 421 "@@@STEP_LOG_END@fake log@@@",
422 "@@@STEP_LINK@fake URL text@fake URL@@@" 422 "@@@STEP_LINK@fake URL text@fake URL@@@"
423 ] 423 ]
424 }, 424 },
425 { 425 {
426 "name": "$result", 426 "name": "$result",
427 "recipe_result": null, 427 "recipe_result": null,
428 "status_code": 0 428 "status_code": 0
429 } 429 }
430 ] 430 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698