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

Side by Side Diff: scripts/slave/recipes/bisect.expected/basic.json

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
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
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 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisect", 10 "linux_perf_bisect",
(...skipping 768 matching lines...) Expand 10 before | Expand all | Expand 10 after
779 "stdout": "/path/to/tmp/", 779 "stdout": "/path/to/tmp/",
780 "~followup_annotations": [ 780 "~followup_annotations": [
781 "@@@STEP_NEST_LEVEL@1@@@" 781 "@@@STEP_NEST_LEVEL@1@@@"
782 ] 782 ]
783 }, 783 },
784 { 784 {
785 "cmd": [ 785 "cmd": [
786 "python", 786 "python",
787 "-u", 787 "-u",
788 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 788 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
789 "[70, 70, 80]",
790 "[14, 15, 16]", 789 "[14, 15, 16]",
791 "0.01" 790 "[70, 70, 80]"
792 ], 791 ],
793 "name": "Working on revision chromium@00316c9ddf.Checking sample difference" , 792 "name": "Working on revision chromium@00316c9ddf.Checking sample difference" ,
794 "stdout": "/path/to/tmp/json", 793 "stdout": "/path/to/tmp/json",
795 "~followup_annotations": [ 794 "~followup_annotations": [
796 "@@@STEP_NEST_LEVEL@1@@@", 795 "@@@STEP_NEST_LEVEL@1@@@",
797 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 796 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
798 "@@@STEP_LOG_END@json.output (invalid)@@@" 797 "@@@STEP_LOG_END@json.output (invalid)@@@"
799 ] 798 ]
800 }, 799 },
801 { 800 {
802 "cmd": [ 801 "cmd": [
803 "python", 802 "python",
804 "-u", 803 "-u",
805 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 804 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
806 "[19, 20, 21]",
807 "[14, 15, 16]", 805 "[14, 15, 16]",
808 "0.01" 806 "[19, 20, 21]"
809 ], 807 ],
810 "name": "Working on revision chromium@00316c9ddf.Checking sample difference (2)", 808 "name": "Working on revision chromium@00316c9ddf.Checking sample difference (2)",
811 "stdout": "/path/to/tmp/json", 809 "stdout": "/path/to/tmp/json",
812 "~followup_annotations": [ 810 "~followup_annotations": [
813 "@@@STEP_NEST_LEVEL@1@@@", 811 "@@@STEP_NEST_LEVEL@1@@@",
814 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 812 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
815 "@@@STEP_LOG_END@json.output (invalid)@@@" 813 "@@@STEP_LOG_END@json.output (invalid)@@@"
816 ] 814 ]
817 }, 815 },
818 { 816 {
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
972 "stdout": "/path/to/tmp/", 970 "stdout": "/path/to/tmp/",
973 "~followup_annotations": [ 971 "~followup_annotations": [
974 "@@@STEP_NEST_LEVEL@1@@@" 972 "@@@STEP_NEST_LEVEL@1@@@"
975 ] 973 ]
976 }, 974 },
977 { 975 {
978 "cmd": [ 976 "cmd": [
979 "python", 977 "python",
980 "-u", 978 "-u",
981 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 979 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
982 "[70, 70, 80]",
983 "[68, 70, 72]", 980 "[68, 70, 72]",
984 "0.01" 981 "[70, 70, 80]"
985 ], 982 ],
986 "name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference" , 983 "name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference" ,
987 "stdout": "/path/to/tmp/json", 984 "stdout": "/path/to/tmp/json",
988 "~followup_annotations": [ 985 "~followup_annotations": [
989 "@@@STEP_NEST_LEVEL@1@@@", 986 "@@@STEP_NEST_LEVEL@1@@@",
990 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 987 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
991 "@@@STEP_LOG_END@json.output (invalid)@@@" 988 "@@@STEP_LOG_END@json.output (invalid)@@@"
992 ] 989 ]
993 }, 990 },
994 { 991 {
995 "cmd": [ 992 "cmd": [
996 "python", 993 "python",
997 "-u", 994 "-u",
998 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 995 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
999 "[14, 15, 16]",
1000 "[68, 70, 72]", 996 "[68, 70, 72]",
1001 "0.01" 997 "[14, 15, 16]"
1002 ], 998 ],
1003 "name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference (2)", 999 "name": "Working on revision chromium@fc6dfc7ff5.Checking sample difference (2)",
1004 "stdout": "/path/to/tmp/json", 1000 "stdout": "/path/to/tmp/json",
1005 "~followup_annotations": [ 1001 "~followup_annotations": [
1006 "@@@STEP_NEST_LEVEL@1@@@", 1002 "@@@STEP_NEST_LEVEL@1@@@",
1007 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 1003 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1008 "@@@STEP_LOG_END@json.output (invalid)@@@" 1004 "@@@STEP_LOG_END@json.output (invalid)@@@"
1009 ] 1005 ]
1010 }, 1006 },
1011 { 1007 {
(...skipping 12 matching lines...) Expand all
1024 "name": "Check bisect finished on revision chromium@fc6dfc7ff5.Checking DEPS for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 1020 "name": "Check bisect finished on revision chromium@fc6dfc7ff5.Checking DEPS for 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
1025 "stdout": "/path/to/tmp/", 1021 "stdout": "/path/to/tmp/",
1026 "~followup_annotations": [ 1022 "~followup_annotations": [
1027 "@@@STEP_NEST_LEVEL@1@@@" 1023 "@@@STEP_NEST_LEVEL@1@@@"
1028 ] 1024 ]
1029 }, 1025 },
1030 { 1026 {
1031 "cmd": [], 1027 "cmd": [],
1032 "name": "Debug Info", 1028 "name": "Debug Info",
1033 "~followup_annotations": [ 1029 "~followup_annotations": [
1034 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28 dc0d49c, values=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", 1030 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: RevisionState(rev=chromium@e28 dc0d49c, values=(70, 70, 80, 90, 90), mean_value=80.0, std_dev=10.0)@@@",
1035 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003 16c9ddf, values=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@", 1031 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: RevisionState(rev=chromium@003 16c9ddf, values=(14, 15, 16), mean_value=15.0, std_dev=1.0)@@@",
1036 "@@@STEP_LOG_LINE@Debug Info@@@@", 1032 "@@@STEP_LOG_LINE@Debug Info@@@@",
1037 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", 1033 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
1038 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c[70, 70, 80, 90, 90]@@@", 1034 "@@@STEP_LOG_LINE@Debug Info@chromium@e28dc0d49c(70, 70, 80, 90, 90)@@@",
1039 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5[68, 70, 72] @@@", 1035 "@@@STEP_LOG_LINE@Debug Info@chromium@fc6dfc7ff5(68, 70, 72) @@@",
1040 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf[14, 15, 16] @@@", 1036 "@@@STEP_LOG_LINE@Debug Info@chromium@00316c9ddf(14, 15, 16) @@@",
1041 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe[19, 20, 21] @@@", 1037 "@@@STEP_LOG_LINE@Debug Info@chromium@a6298e4afe(19, 20, 21) @@@",
1042 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [70, 70, 80, 90, 90]@@@", 1038 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [70, 70, 80, 90, 90]@@@",
1043 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@", 1039 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@",
1044 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 14.41481478361417@@@", 1040 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 14.41481478361417@@@",
1045 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 4.132148806218767@@@", 1041 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 4.132148806218767@@@",
1046 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@", 1042 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@",
1047 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@", 1043 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@",
1048 "@@@STEP_LOG_END@Debug Info@@@" 1044 "@@@STEP_LOG_END@Debug Info@@@"
1049 ] 1045 ]
1050 }, 1046 },
1051 { 1047 {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
1084 "@@@STEP_LOG_LINE@json.output@}@@@", 1080 "@@@STEP_LOG_LINE@json.output@}@@@",
1085 "@@@STEP_LOG_END@json.output@@@" 1081 "@@@STEP_LOG_END@json.output@@@"
1086 ] 1082 ]
1087 }, 1083 },
1088 { 1084 {
1089 "name": "$result", 1085 "name": "$result",
1090 "recipe_result": null, 1086 "recipe_result": null,
1091 "status_code": 0 1087 "status_code": 0
1092 } 1088 }
1093 ] 1089 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698