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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/no_tests.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 "[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 123 matching lines...) Expand 10 before | Expand all | Expand 10 after
134 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@", 134 "@@@STEP_LOG_LINE@json.output@ \"tests\": [], @@@",
135 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 135 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
136 "@@@STEP_LOG_LINE@json.output@}@@@", 136 "@@@STEP_LOG_LINE@json.output@}@@@",
137 "@@@STEP_LOG_END@json.output@@@" 137 "@@@STEP_LOG_END@json.output@@@"
138 ] 138 ]
139 }, 139 },
140 { 140 {
141 "cmd": [ 141 "cmd": [
142 "echo", 142 "echo",
143 "-e", 143 "-e",
144 "{\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 }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Release\", \n \ "env\": {}, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bot s\": {}, \n \"use_mb\": false, \n \"xcode version\": \"fake xcode version\"\n} " 144 "{\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 }, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Release\", \n \ "env\": {}, \n \"mb_type\": null, \n \"sdk\": \"iphoneos8.0\", \n \"tests\": [], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n} "
145 ], 145 ],
146 "cwd": "[SLAVE_BUILD]", 146 "cwd": "[SLAVE_BUILD]",
147 "name": "finalize build config" 147 "name": "finalize build config"
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "[BUILD]/scripts/slave/ios/find_xcode.py", 151 "[BUILD]/scripts/slave/ios/find_xcode.py",
152 "--json-file", 152 "--json-file",
153 "/path/to/tmp/json", 153 "/path/to/tmp/json",
154 "--version", 154 "--version",
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
188 ], 188 ],
189 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos", 189 "cwd": "[SLAVE_BUILD]/src/out/Release-iphoneos",
190 "name": "compile" 190 "name": "compile"
191 }, 191 },
192 { 192 {
193 "name": "$result", 193 "name": "$result",
194 "recipe_result": null, 194 "recipe_result": null,
195 "status_code": 0 195 "status_code": 0
196 } 196 }
197 ] 197 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698