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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/gn.json

Issue 1410743010: Rework iOS recipes to use latest MB approach (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: 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 113 matching lines...) Expand 10 before | Expand all | Expand 10 after
124 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json", 124 "[SLAVE_BUILD]/src/ios/build/bots/tryserver.fake/ios.json",
125 "/path/to/tmp/json" 125 "/path/to/tmp/json"
126 ], 126 ],
127 "cwd": "[SLAVE_BUILD]", 127 "cwd": "[SLAVE_BUILD]",
128 "name": "read build config", 128 "name": "read build config",
129 "~followup_annotations": [ 129 "~followup_annotations": [
130 "@@@STEP_LOG_LINE@json.output@{@@@", 130 "@@@STEP_LOG_LINE@json.output@{@@@",
131 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@", 131 "@@@STEP_LOG_LINE@json.output@ \"GYP_DEFINES\": {}, @@@",
132 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@", 132 "@@@STEP_LOG_LINE@json.output@ \"compiler\": \"ninja\", @@@",
133 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@", 133 "@@@STEP_LOG_LINE@json.output@ \"configuration\": \"Debug\", @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"gn_args\": \"target_os=\\\"ios\\\" ios_e nable_code_signing=false\", @@@",
135 "@@@STEP_LOG_LINE@json.output@ \"mb_type\": \"gn\", @@@",
134 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@", 136 "@@@STEP_LOG_LINE@json.output@ \"sdk\": \"iphonesimulator8.0\", @@@",
135 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@", 137 "@@@STEP_LOG_LINE@json.output@ \"tests\": [@@@",
136 "@@@STEP_LOG_LINE@json.output@ {@@@", 138 "@@@STEP_LOG_LINE@json.output@ {@@@",
137 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@", 139 "@@@STEP_LOG_LINE@json.output@ \"app\": \"fake tests\", @@@",
138 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" , 140 "@@@STEP_LOG_LINE@json.output@ \"device type\": \"fake device\", @@@" ,
139 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@", 141 "@@@STEP_LOG_LINE@json.output@ \"os\": \"8.1\"@@@",
140 "@@@STEP_LOG_LINE@json.output@ }@@@", 142 "@@@STEP_LOG_LINE@json.output@ }@@@",
141 "@@@STEP_LOG_LINE@json.output@ ], @@@", 143 "@@@STEP_LOG_LINE@json.output@ ], @@@",
142 "@@@STEP_LOG_LINE@json.output@ \"use_mb\": true, @@@",
143 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@", 144 "@@@STEP_LOG_LINE@json.output@ \"xcode version\": \"fake xcode version\"@ @@",
144 "@@@STEP_LOG_LINE@json.output@}@@@", 145 "@@@STEP_LOG_LINE@json.output@}@@@",
145 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
146 ] 147 ]
147 }, 148 },
148 { 149 {
149 "cmd": [ 150 "cmd": [
150 "echo", 151 "echo",
151 "-e", 152 "-e",
152 "{\n \"GYP_DEFINES\": {\n \"OS\": \"ios\", \n \"component\": \"stat ic_library\"\n }, \n \"additional_compile_targets\": [\n \"All\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"env\": {}, \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device\", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"use_mb\": true, \n \"xcode version\": \"fake xcode version\"\n}" 153 "{\n \"GYP_DEFINES\": {}, \n \"additional_compile_targets\": [\n \"Al l\"\n ], \n \"compiler\": \"ninja\", \n \"configuration\": \"Debug\", \n \"e nv\": {}, \n \"gn_args\": \"target_os=\\\"ios\\\" ios_enable_code_signing=false \", \n \"mb_type\": \"gn\", \n \"sdk\": \"iphonesimulator8.0\", \n \"tests\": [\n {\n \"app\": \"fake tests\", \n \"device type\": \"fake device \", \n \"os\": \"8.1\"\n }\n ], \n \"triggered bots\": {}, \n \"xcode version\": \"fake xcode version\"\n}"
153 ], 154 ],
154 "cwd": "[SLAVE_BUILD]", 155 "cwd": "[SLAVE_BUILD]",
155 "name": "finalize build config" 156 "name": "finalize build config"
156 }, 157 },
157 { 158 {
158 "cmd": [ 159 "cmd": [
159 "[BUILD]/scripts/slave/ios/find_xcode.py", 160 "[BUILD]/scripts/slave/ios/find_xcode.py",
160 "--json-file", 161 "--json-file",
161 "/path/to/tmp/json", 162 "/path/to/tmp/json",
162 "--version", 163 "--version",
163 "fake xcode version" 164 "fake xcode version"
164 ], 165 ],
165 "cwd": "[SLAVE_BUILD]", 166 "cwd": "[SLAVE_BUILD]",
166 "name": "find xcode", 167 "name": "find xcode",
167 "~followup_annotations": [ 168 "~followup_annotations": [
168 "@@@STEP_LOG_LINE@json.output@{}@@@", 169 "@@@STEP_LOG_LINE@json.output@{}@@@",
169 "@@@STEP_LOG_END@json.output@@@" 170 "@@@STEP_LOG_END@json.output@@@"
170 ] 171 ]
171 }, 172 },
172 { 173 {
173 "cmd": [ 174 "cmd": [
174 "python", 175 "python",
175 "-u", 176 "-u",
176 "[DEPOT_TOOLS]/gclient.py", 177 "[DEPOT_TOOLS]/gclient.py",
177 "runhooks" 178 "runhooks"
178 ], 179 ],
179 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
180 "env": { 181 "env": {
182 "GN_ARGS": "target_os=\"ios\" ios_enable_code_signing=false",
181 "GYP_CHROMIUM_NO_ACTION": "1", 183 "GYP_CHROMIUM_NO_ACTION": "1",
182 "GYP_CROSSCOMPILE": "1", 184 "GYP_CROSSCOMPILE": "1",
183 "GYP_DEFINES": "component=static_library OS=ios",
184 "GYP_GENERATORS": "ninja", 185 "GYP_GENERATORS": "ninja",
185 "LANDMINES_VERBOSE": "1" 186 "LANDMINES_VERBOSE": "1",
187 "MB_TYPE": "gn"
186 }, 188 },
187 "name": "gclient runhooks (with patch)", 189 "name": "gclient runhooks (with patch)",
188 "~followup_annotations": [ 190 "~followup_annotations": [
189 "@@@STEP_TEXT@<br />GYP_DEFINES:<br />component=static_library<br />OS=ios @@@" 191 "@@@STEP_TEXT@<br />gn args:<br />target_os=\"ios\" ios_enable_code_signin g=false@@@"
190 ] 192 ]
191 }, 193 },
192 { 194 {
193 "cmd": [ 195 "cmd": [
194 "python", 196 "python",
195 "-u", 197 "-u",
196 "[SLAVE_BUILD]/src/tools/mb/mb.py", 198 "[SLAVE_BUILD]/src/tools/mb/mb.py",
197 "gen", 199 "gen",
198 "-m", 200 "-m",
199 "tryserver.fake", 201 "tryserver.fake",
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 "~followup_annotations": [ 285 "~followup_annotations": [
284 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 286 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
285 ] 287 ]
286 }, 288 },
287 { 289 {
288 "name": "$result", 290 "name": "$result",
289 "recipe_result": null, 291 "recipe_result": null,
290 "status_code": 0 292 "status_code": 0
291 } 293 }
292 ] 294 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698