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

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

Issue 2133483002: Fix configuration of goma in iOS recipes. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: improve wording in comment Created 4 years, 5 months 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
« no previous file with comments | « scripts/slave/recipes/ios/try.py ('k') | scripts/slave/recipes/ios/try.expected/gyp_goma.json » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[build]/scripts/slave/ios/host_info.py", 4 "RECIPE_PACKAGE_REPO[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 "name": "host and tools info", 8 "name": "host and tools info",
9 "~followup_annotations": [ 9 "~followup_annotations": [
10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@", 10 "@@@STEP_TEXT@<br />OS X 1.2.3, Xcode 6.7.8 (5D342509a)@@@",
(...skipping 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 "--version", 180 "--version",
181 "fake xcode version" 181 "fake xcode version"
182 ], 182 ],
183 "name": "find xcode", 183 "name": "find xcode",
184 "~followup_annotations": [ 184 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@json.output@{}@@@", 185 "@@@STEP_LOG_LINE@json.output@{}@@@",
186 "@@@STEP_LOG_END@json.output@@@" 186 "@@@STEP_LOG_END@json.output@@@"
187 ] 187 ]
188 }, 188 },
189 { 189 {
190 "cmd": [
191 "python",
192 "-u",
193 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
194 "runhooks"
195 ],
196 "cwd": "[SLAVE_BUILD]/src",
197 "env": {
198 "GYP_CHROMIUM_NO_ACTION": "1",
199 "GYP_CROSSCOMPILE": "1",
200 "GYP_DEFINES": "",
201 "GYP_GENERATORS": "ninja",
202 "LANDMINES_VERBOSE": "1",
203 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
204 },
205 "name": "gclient runhooks (with patch)",
206 "~followup_annotations": [
207 "@@@STEP_TEXT@<br />GYP_DEFINES:<br /><br />GYP_CHROMIUM_NO_ACTION=1@@@"
208 ]
209 },
210 {
211 "cmd": [], 190 "cmd": [],
212 "name": "ensure_goma" 191 "name": "ensure_goma"
213 }, 192 },
214 { 193 {
215 "cmd": [ 194 "cmd": [
216 "python", 195 "python",
217 "-u", 196 "-u",
218 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py", 197 "RECIPE_MODULE[build::cipd]/resources/bootstrap.py",
219 "--platform", 198 "--platform",
220 "mac-amd64", 199 "mac-amd64",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
258 "@@@STEP_LOG_LINE@json.output@ }@@@", 237 "@@@STEP_LOG_LINE@json.output@ }@@@",
259 "@@@STEP_LOG_LINE@json.output@ ]@@@", 238 "@@@STEP_LOG_LINE@json.output@ ]@@@",
260 "@@@STEP_LOG_LINE@json.output@}@@@", 239 "@@@STEP_LOG_LINE@json.output@}@@@",
261 "@@@STEP_LOG_END@json.output@@@" 240 "@@@STEP_LOG_END@json.output@@@"
262 ] 241 ]
263 }, 242 },
264 { 243 {
265 "cmd": [ 244 "cmd": [
266 "python", 245 "python",
267 "-u", 246 "-u",
247 "RECIPE_PACKAGE_REPO[depot_tools]/gclient.py",
248 "runhooks"
249 ],
250 "cwd": "[SLAVE_BUILD]/src",
251 "env": {
252 "GYP_CHROMIUM_NO_ACTION": "1",
253 "GYP_CROSSCOMPILE": "1",
254 "GYP_DEFINES": "",
255 "GYP_GENERATORS": "ninja",
256 "LANDMINES_VERBOSE": "1",
257 "PATH": "%(PATH)s:RECIPE_PACKAGE_REPO[depot_tools]"
258 },
259 "name": "gclient runhooks (with patch)",
260 "~followup_annotations": [
261 "@@@STEP_TEXT@<br />GYP_DEFINES:<br /><br />GYP_CHROMIUM_NO_ACTION=1@@@"
262 ]
263 },
264 {
265 "cmd": [
266 "python",
267 "-u",
268 "[SLAVE_BUILD]/src/tools/mb/mb.py", 268 "[SLAVE_BUILD]/src/tools/mb/mb.py",
269 "gen", 269 "gen",
270 "-m", 270 "-m",
271 "chromium.mac", 271 "chromium.mac",
272 "-b", 272 "-b",
273 "ios-simulator-gn", 273 "ios-simulator-gn",
274 "--config-file", 274 "--config-file",
275 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl", 275 "[SLAVE_BUILD]/src/tools/mb/mb_config.pyl",
276 "--goma-dir", 276 "--goma-dir",
277 "[CACHE]/cipd/goma", 277 "[CACHE]/cipd/goma",
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
326 "cmd": [ 326 "cmd": [
327 "python", 327 "python",
328 "-u", 328 "-u",
329 "[SLAVE_BUILD]/src/tools/mb/mb.py", 329 "[SLAVE_BUILD]/src/tools/mb/mb.py",
330 "analyze", 330 "analyze",
331 "-m", 331 "-m",
332 "chromium.mac", 332 "chromium.mac",
333 "-b", 333 "-b",
334 "ios-simulator-gn", 334 "ios-simulator-gn",
335 "-v", 335 "-v",
336 "//out/None", 336 "//out/Release",
337 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\ "foo.cc\"], \"test_targets\": [\"fake tests\"]}", 337 "{\"additional_compile_targets\": [\"All\", \"fake tests\"], \"files\": [\ "foo.cc\"], \"test_targets\": [\"fake tests\"]}",
338 "/path/to/tmp/json" 338 "/path/to/tmp/json"
339 ], 339 ],
340 "env": { 340 "env": {
341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 341 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
342 }, 342 },
343 "name": "analyze", 343 "name": "analyze",
344 "~followup_annotations": [ 344 "~followup_annotations": [
345 "@@@STEP_TEXT@No compile necessary@@@", 345 "@@@STEP_TEXT@No compile necessary@@@",
346 "@@@STEP_LOG_LINE@json.output@{@@@", 346 "@@@STEP_LOG_LINE@json.output@{@@@",
(...skipping 23 matching lines...) Expand all
370 "~followup_annotations": [ 370 "~followup_annotations": [
371 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@" 371 "@@@STEP_TEXT@This test was skipped because it was not affected.@@@"
372 ] 372 ]
373 }, 373 },
374 { 374 {
375 "name": "$result", 375 "name": "$result",
376 "recipe_result": null, 376 "recipe_result": null,
377 "status_code": 0 377 "status_code": 0
378 } 378 }
379 ] 379 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipes/ios/try.py ('k') | scripts/slave/recipes/ios/try.expected/gyp_goma.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698