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

Side by Side Diff: scripts/slave/recipes/ios/unified_builder_tester.expected/goma_canary.json

Issue 2436723003: Never use the hermetic xcode toolchain for iOS recipes. (Closed)
Patch Set: Created 4 years, 2 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
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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
272 "cmd": [ 272 "cmd": [
273 "python", 273 "python",
274 "-u", 274 "-u",
275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py", 275 "RECIPE_PACKAGE_REPO[build]/scripts/slave/clang_revision.py",
276 "--src-dir", 276 "--src-dir",
277 "[BUILDER_CACHE]/ios/src", 277 "[BUILDER_CACHE]/ios/src",
278 "--output-json", 278 "--output-json",
279 "/path/to/tmp/json" 279 "/path/to/tmp/json"
280 ], 280 ],
281 "env": { 281 "env": {
282 "FORCE_MAC_TOOLCHAIN": "1",
283 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 282 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
284 }, 283 },
285 "name": "clang_revision", 284 "name": "clang_revision",
286 "~followup_annotations": [ 285 "~followup_annotations": [
287 "@@@STEP_LOG_LINE@json.output@{@@@", 286 "@@@STEP_LOG_LINE@json.output@{@@@",
288 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@", 287 "@@@STEP_LOG_LINE@json.output@ \"clang_revision\": \"123456-7\"@@@",
289 "@@@STEP_LOG_LINE@json.output@}@@@", 288 "@@@STEP_LOG_LINE@json.output@}@@@",
290 "@@@STEP_LOG_END@json.output@@@" 289 "@@@STEP_LOG_END@json.output@@@"
291 ] 290 ]
292 }, 291 },
(...skipping 29 matching lines...) Expand all
322 "/path/to/tmp/json", 321 "/path/to/tmp/json",
323 "--goma-service-account-json-file", 322 "--goma-service-account-json-file",
324 "/creds/service_accounts/service-account-goma-client.json", 323 "/creds/service_accounts/service-account-goma-client.json",
325 "--goma-dir", 324 "--goma-dir",
326 "[CACHE]/cipd/goma", 325 "[CACHE]/cipd/goma",
327 "--", 326 "--",
328 "All" 327 "All"
329 ], 328 ],
330 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos", 329 "cwd": "[BUILDER_CACHE]/ios/src/out/Release-iphoneos",
331 "env": { 330 "env": {
332 "FORCE_MAC_TOOLCHAIN": "1",
333 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json" 331 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json"
334 }, 332 },
335 "name": "compile", 333 "name": "compile",
336 "~followup_annotations": [ 334 "~followup_annotations": [
337 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 335 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
338 "@@@STEP_LOG_END@json.output (invalid)@@@" 336 "@@@STEP_LOG_END@json.output (invalid)@@@"
339 ] 337 ]
340 }, 338 },
341 { 339 {
342 "name": "$result", 340 "name": "$result",
343 "recipe_result": null, 341 "recipe_result": null,
344 "status_code": 0 342 "status_code": 0
345 } 343 }
346 ] 344 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698