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

Side by Side Diff: scripts/slave/recipes/ios/try.expected/swarming_tests_skipped.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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 "python", 264 "python",
265 "-u", 265 "-u",
266 "[BUILDER_CACHE]/ios_simulator_swarming/src/build/gyp_chromium", 266 "[BUILDER_CACHE]/ios_simulator_swarming/src/build/gyp_chromium",
267 "--analyzer", 267 "--analyzer",
268 "{\"additional_compile_targets\": [\"All\", \"fake test\"], \"files\": [\" foo.cc\"], \"test_targets\": [\"fake test\"]}", 268 "{\"additional_compile_targets\": [\"All\", \"fake test\"], \"files\": [\" foo.cc\"], \"test_targets\": [\"fake test\"]}",
269 "/path/to/tmp/json" 269 "/path/to/tmp/json"
270 ], 270 ],
271 "env": { 271 "env": {
272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json", 272 "GOMA_SERVICE_ACCOUNT_JSON_FILE": "/creds/service_accounts/service-account -goma-client.json",
273 "GYP_CROSSCOMPILE": "1", 273 "GYP_CROSSCOMPILE": "1",
274 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va lue 1' fake gyp define 2='fake value 2'" 274 "GYP_DEFINES": "OS=ios component=static_library fake gyp define 1='fake va lue 1' fake gyp define 2='fake value 2' target_arch=x64"
275 }, 275 },
276 "name": "analyze", 276 "name": "analyze",
277 "~followup_annotations": [ 277 "~followup_annotations": [
278 "@@@STEP_TEXT@No compile necessary@@@", 278 "@@@STEP_TEXT@No compile necessary@@@",
279 "@@@STEP_LOG_LINE@json.output@{@@@", 279 "@@@STEP_LOG_LINE@json.output@{@@@",
280 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@", 280 "@@@STEP_LOG_LINE@json.output@ \"compile_targets\": [], @@@",
281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@", 281 "@@@STEP_LOG_LINE@json.output@ \"status\": \"No dependency\", @@@",
282 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@", 282 "@@@STEP_LOG_LINE@json.output@ \"test_targets\": []@@@",
283 "@@@STEP_LOG_LINE@json.output@}@@@", 283 "@@@STEP_LOG_LINE@json.output@}@@@",
284 "@@@STEP_LOG_END@json.output@@@", 284 "@@@STEP_LOG_END@json.output@@@",
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 { 478 {
479 "cmd": [], 479 "cmd": [],
480 "name": "trigger" 480 "name": "trigger"
481 }, 481 },
482 { 482 {
483 "name": "$result", 483 "name": "$result",
484 "recipe_result": null, 484 "recipe_result": null,
485 "status_code": 0 485 "status_code": 0
486 } 486 }
487 ] 487 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698