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

Side by Side Diff: scripts/slave/recipe_modules/ios/example.expected/errors.json

Issue 2245303004: Interpret collected iOS Swarming task results (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 years, 4 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 | Annotate | Revision Log
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py",
7 "--master", 7 "--master",
8 "chromium.fake", 8 "chromium.fake",
9 "--builder", 9 "--builder",
10 "ios", 10 "ios",
(...skipping 585 matching lines...) Expand 10 before | Expand all | Expand 10 after
596 ] 596 ]
597 }, 597 },
598 { 598 {
599 "cmd": [], 599 "cmd": [],
600 "name": "trigger.[trigger] fake test 3 (fake device iOS 8.1)", 600 "name": "trigger.[trigger] fake test 3 (fake device iOS 8.1)",
601 "~followup_annotations": [ 601 "~followup_annotations": [
602 "@@@STEP_NEST_LEVEL@1@@@", 602 "@@@STEP_NEST_LEVEL@1@@@",
603 "@@@STEP_TEXT@Requested unsupported device type.@@@", 603 "@@@STEP_TEXT@Requested unsupported device type.@@@",
604 "@@@STEP_LOG_LINE@supported devices@iPad Air@@@", 604 "@@@STEP_LOG_LINE@supported devices@iPad Air@@@",
605 "@@@STEP_LOG_LINE@supported devices@iPhone 5s@@@", 605 "@@@STEP_LOG_LINE@supported devices@iPhone 5s@@@",
606 "@@@STEP_LOG_LINE@supported devices@iPhone 6s@@@",
606 "@@@STEP_LOG_END@supported devices@@@", 607 "@@@STEP_LOG_END@supported devices@@@",
607 "@@@STEP_EXCEPTION@@@" 608 "@@@STEP_EXCEPTION@@@"
608 ] 609 ]
609 }, 610 },
610 { 611 {
611 "cmd": [ 612 "cmd": [
612 "python", 613 "python",
613 "-u", 614 "-u",
614 "[SLAVE_BUILD]/swarming.client/swarming.py", 615 "[SLAVE_BUILD]/swarming.client/swarming.py",
615 "trigger", 616 "trigger",
(...skipping 152 matching lines...) Expand 10 before | Expand all | Expand 10 after
768 "@@@STEP_EXCEPTION@@@" 769 "@@@STEP_EXCEPTION@@@"
769 ] 770 ]
770 }, 771 },
771 { 772 {
772 "name": "$result", 773 "name": "$result",
773 "reason": "Failed fake test 1 (fake device iOS 8.1), fake test 3 (fake devic e iOS 8.1), fake test 4 (iPhone 5s iOS 8.1).", 774 "reason": "Failed fake test 1 (fake device iOS 8.1), fake test 3 (fake devic e iOS 8.1), fake test 4 (iPhone 5s iOS 8.1).",
774 "recipe_result": null, 775 "recipe_result": null,
775 "status_code": 1 776 "status_code": 1
776 } 777 }
777 ] 778 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698