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

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

Issue 1573293002: Change auto_bisect to post results to perf dashboard. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: update Created 4 years, 11 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 "[BUILD]/scripts/slave/bot_update.py", 6 "[BUILD]/scripts/slave/bot_update.py",
7 "--master", 7 "--master",
8 "tryserver.chromium.perf", 8 "tryserver.chromium.perf",
9 "--builder", 9 "--builder",
10 "linux_perf_bisector", 10 "linux_perf_bisector",
(...skipping 677 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 ] 688 ]
689 }, 689 },
690 { 690 {
691 "cmd": [], 691 "cmd": [],
692 "cwd": "[SLAVE_BUILD]", 692 "cwd": "[SLAVE_BUILD]",
693 "name": "Wiggling revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111" 693 "name": "Wiggling revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
694 }, 694 },
695 { 695 {
696 "cmd": [], 696 "cmd": [],
697 "cwd": "[SLAVE_BUILD]", 697 "cwd": "[SLAVE_BUILD]",
698 "name": "Working on revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 698 "name": "Working on revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111"
699 },
700 {
701 "cmd": [
702 "cat",
703 "{\"bad_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"bisect _bot\": \"linux_perf_tester\", \"bug_id\": \"425582\", \"buildbot_log_url\": \"\ ", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benchmark -v --browser= release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"fail_reason\": nu ll, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_data\": [{\"commit_pos\": 306475, \"d epot_name\": \"chromium\", \"deps_revision\": null, \"mean_value\": 80.0, \"resu lt\": \"good\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_ pos\": 306478, \"depot_name\": \"chromium\", \"deps_revision\": null, \"mean_val ue\": 20.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \ "score\": 0, \"status\": \"started\", \"try_job_id\": null, \"warnings\": []}"
704 ],
705 "cwd": "[SLAVE_BUILD]",
706 "name": "Working on revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.Result s",
707 "stdout": "/path/to/tmp/json",
699 "~followup_annotations": [ 708 "~followup_annotations": [
700 "@@@STEP_LOG_LINE@Partial Results@---partial bisect results start here---@ @@", 709 "@@@STEP_NEST_LEVEL@1@@@",
701 "@@@STEP_LOG_LINE@Partial Results@@@@", 710 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
702 "@@@STEP_LOG_LINE@Partial Results@===== TESTED REVISIONS =====@@@", 711 "@@@STEP_LOG_END@json.output (invalid)@@@"
703 "@@@STEP_LOG_LINE@Partial Results@Depot Revision Mean Value Std. Dev. N um Values Good? @@@",
704 "@@@STEP_LOG_LINE@Partial Results@chromium r306475 80.0 10.0 5 good @@@",
705 "@@@STEP_LOG_LINE@Partial Results@chromium r306478 20.0 1.0 3 bad @@@",
706 "@@@STEP_LOG_LINE@Partial Results@@@@",
707 "@@@STEP_LOG_LINE@Partial Results@@@@",
708 "@@@STEP_LOG_LINE@Partial Results@----End of partial results----@@@",
709 "@@@STEP_LOG_END@Partial Results@@@"
710 ] 712 ]
711 }, 713 },
712 { 714 {
715 "cmd": [
716 "python",
717 "-u",
718 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
719 ],
720 "cwd": "[SLAVE_BUILD]",
721 "name": "Working on revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.Post b isect results",
722 "stdin": "{\"data\": {\"bad_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64 222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"425582\", \"build bot_log_url\": \"\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_bench mark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \ "fail_reason\": null, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551 155\", \"metric\": \"warm_times/page_load_time\", \"revision_data\": [{\"commit_ pos\": 306475, \"depot_name\": \"chromium\", \"deps_revision\": null, \"mean_val ue\": 80.0, \"result\": \"good\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90 , 90]}, {\"commit_pos\": 306478, \"depot_name\": \"chromium\", \"deps_revision\" : null, \"mean_value\": 20.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"try_job_id\": null, \" warnings\": []}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\" }",
723 "stdout": "/path/to/tmp/json",
724 "~followup_annotations": [
725 "@@@STEP_NEST_LEVEL@1@@@",
726 "@@@STEP_LOG_LINE@json.output@{@@@",
727 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
728 "@@@STEP_LOG_LINE@json.output@}@@@",
729 "@@@STEP_LOG_END@json.output@@@"
730 ]
731 },
732 {
713 "cmd": [ 733 "cmd": [
714 "python", 734 "python",
715 "-u", 735 "-u",
716 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 736 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
717 "--", 737 "--",
718 "[DEPOT_TOOLS]/gsutil.py", 738 "[DEPOT_TOOLS]/gsutil.py",
719 "----", 739 "----",
720 "ls", 740 "ls",
721 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip" 741 "gs://chrome-perf/Linux Builder/full-build-linux_00316c9ddfb9d7b4e1ed2fff9 fe6d964d2111111.zip"
722 ], 742 ],
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
883 "cwd": "[SLAVE_BUILD]", 903 "cwd": "[SLAVE_BUILD]",
884 "name": "Working on revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 904 "name": "Working on revision 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111.gsutil Get test results for build 00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
885 "stdout": "/path/to/tmp/", 905 "stdout": "/path/to/tmp/",
886 "~followup_annotations": [ 906 "~followup_annotations": [
887 "@@@STEP_NEST_LEVEL@1@@@" 907 "@@@STEP_NEST_LEVEL@1@@@"
888 ] 908 ]
889 }, 909 },
890 { 910 {
891 "cmd": [], 911 "cmd": [],
892 "cwd": "[SLAVE_BUILD]", 912 "cwd": "[SLAVE_BUILD]",
893 "name": "Working on revision fc6dfc7ff5b1073408499478969261b826441144", 913 "name": "Working on revision fc6dfc7ff5b1073408499478969261b826441144"
914 },
915 {
916 "cmd": [
917 "cat",
918 "{\"bad_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"bisect _bot\": \"linux_perf_tester\", \"bug_id\": \"425582\", \"buildbot_log_url\": \"\ ", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benchmark -v --browser= release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"fail_reason\": nu ll, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revision_data\": [{\"commit_pos\": 306475, \"d epot_name\": \"chromium\", \"deps_revision\": null, \"mean_value\": 80.0, \"resu lt\": \"good\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_ pos\": \"306477\", \"depot_name\": \"chromium\", \"deps_revision\": null, \"mean _value\": 15.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [14, 15, 16]} , {\"commit_pos\": 306478, \"depot_name\": \"chromium\", \"deps_revision\": null , \"mean_value\": 20.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"try_job_id\": null, \"warnin gs\": []}"
919 ],
920 "cwd": "[SLAVE_BUILD]",
921 "name": "Working on revision fc6dfc7ff5b1073408499478969261b826441144.Result s",
922 "stdout": "/path/to/tmp/json",
894 "~followup_annotations": [ 923 "~followup_annotations": [
895 "@@@STEP_LOG_LINE@Partial Results@---partial bisect results start here---@ @@", 924 "@@@STEP_NEST_LEVEL@1@@@",
896 "@@@STEP_LOG_LINE@Partial Results@@@@", 925 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
897 "@@@STEP_LOG_LINE@Partial Results@===== TESTED REVISIONS =====@@@", 926 "@@@STEP_LOG_END@json.output (invalid)@@@"
898 "@@@STEP_LOG_LINE@Partial Results@Depot Revision Mean Value Std. Dev. N um Values Good? @@@",
899 "@@@STEP_LOG_LINE@Partial Results@chromium r306475 80.0 10.0 5 good @@@",
900 "@@@STEP_LOG_LINE@Partial Results@chromium r306477 15.0 1.0 3 bad @@@",
901 "@@@STEP_LOG_LINE@Partial Results@chromium r306478 20.0 1.0 3 bad @@@",
902 "@@@STEP_LOG_LINE@Partial Results@@@@",
903 "@@@STEP_LOG_LINE@Partial Results@@@@",
904 "@@@STEP_LOG_LINE@Partial Results@----End of partial results----@@@",
905 "@@@STEP_LOG_END@Partial Results@@@"
906 ] 927 ]
907 }, 928 },
908 { 929 {
930 "cmd": [
931 "python",
932 "-u",
933 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
934 ],
935 "cwd": "[SLAVE_BUILD]",
936 "name": "Working on revision fc6dfc7ff5b1073408499478969261b826441144.Post b isect results",
937 "stdin": "{\"data\": {\"bad_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64 222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"425582\", \"build bot_log_url\": \"\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_bench mark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": null, \ "fail_reason\": null, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551 155\", \"metric\": \"warm_times/page_load_time\", \"revision_data\": [{\"commit_ pos\": 306475, \"depot_name\": \"chromium\", \"deps_revision\": null, \"mean_val ue\": 80.0, \"result\": \"good\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90 , 90]}, {\"commit_pos\": \"306477\", \"depot_name\": \"chromium\", \"deps_revisi on\": null, \"mean_value\": 15.0, \"result\": \"bad\", \"std_dev\": 1.0, \"value s\": [14, 15, 16]}, {\"commit_pos\": 306478, \"depot_name\": \"chromium\", \"dep s_revision\": null, \"mean_value\": 20.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 0, \"status\": \"started\", \"try_job_id \": null, \"warnings\": []}, \"url\": \"https://chromeperf.appspot.com/post_bise ct_results\"}",
938 "stdout": "/path/to/tmp/json",
939 "~followup_annotations": [
940 "@@@STEP_NEST_LEVEL@1@@@",
941 "@@@STEP_LOG_LINE@json.output@{@@@",
942 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
943 "@@@STEP_LOG_LINE@json.output@}@@@",
944 "@@@STEP_LOG_END@json.output@@@"
945 ]
946 },
947 {
909 "cmd": [ 948 "cmd": [
910 "python", 949 "python",
911 "-u", 950 "-u",
912 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", 951 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py",
913 "--", 952 "--",
914 "[DEPOT_TOOLS]/gsutil.py", 953 "[DEPOT_TOOLS]/gsutil.py",
915 "----", 954 "----",
916 "ls", 955 "ls",
917 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789 69261b826441144.zip" 956 "gs://chrome-perf/Linux Builder/full-build-linux_fc6dfc7ff5b10734084994789 69261b826441144.zip"
918 ], 957 ],
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
1104 ] 1143 ]
1105 }, 1144 },
1106 { 1145 {
1107 "cmd": [], 1146 "cmd": [],
1108 "cwd": "[SLAVE_BUILD]", 1147 "cwd": "[SLAVE_BUILD]",
1109 "name": "Debug Info", 1148 "name": "Debug Info",
1110 "~followup_annotations": [ 1149 "~followup_annotations": [
1111 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: PerfRevisionState(cp=306476, v alues=[68, 70, 72], mean_value=70.0, std_dev=2.0)@@@", 1150 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: PerfRevisionState(cp=306476, v alues=[68, 70, 72], mean_value=70.0, std_dev=2.0)@@@",
1112 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: PerfRevisionState(cp=306477, v alues=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@", 1151 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: PerfRevisionState(cp=306477, v alues=[14, 15, 16], mean_value=15.0, std_dev=1.0)@@@",
1113 "@@@STEP_LOG_LINE@Debug Info@@@@", 1152 "@@@STEP_LOG_LINE@Debug Info@@@@",
1114 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", 1153 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
1115 "@@@STEP_LOG_LINE@Debug Info@306475 [70, 70, 80, 90, 90] @@@", 1154 "@@@STEP_LOG_LINE@Debug Info@306475 [70, 70, 80, 90, 90]@@@",
1116 "@@@STEP_LOG_LINE@Debug Info@306476 [68, 70, 72] @@@", 1155 "@@@STEP_LOG_LINE@Debug Info@306476 [68, 70, 72] @@@",
1117 "@@@STEP_LOG_LINE@Debug Info@306477 [14, 15, 16] @@@", 1156 "@@@STEP_LOG_LINE@Debug Info@306477 [14, 15, 16] @@@",
1118 "@@@STEP_LOG_LINE@Debug Info@306478 [19, 20, 21] @@@", 1157 "@@@STEP_LOG_LINE@Debug Info@306478 [19, 20, 21] @@@",
1119 "@@@STEP_LOG_LINE@Debug Info@@@@",
1120 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [68, 70, 72]@@@", 1158 "@@@STEP_LOG_LINE@Debug Info@LKGR values: [68, 70, 72]@@@",
1121 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@", 1159 "@@@STEP_LOG_LINE@Debug Info@FKBR values: [14, 15, 16]@@@",
1122 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 42.60281680828159@@@", 1160 "@@@STEP_LOG_LINE@Debug Info@t-statistic: 42.60281680828159@@@",
1123 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 2.9411764705882346@@@", 1161 "@@@STEP_LOG_LINE@Debug Info@deg. of freedom: 2.9411764705882346@@@",
1124 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@", 1162 "@@@STEP_LOG_LINE@Debug Info@p-value: 0.001@@@",
1125 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@", 1163 "@@@STEP_LOG_LINE@Debug Info@Confidence score: 99.9@@@",
1126 "@@@STEP_LOG_END@Debug Info@@@" 1164 "@@@STEP_LOG_END@Debug Info@@@"
1127 ] 1165 ]
1128 }, 1166 },
1129 { 1167 {
1130 "cmd": [ 1168 "cmd": [
1131 "python", 1169 "python",
1132 "-u", 1170 "-u",
1133 "RECIPE_MODULE[auto_bisect]/resources/fetch_revision_info.py", 1171 "RECIPE_MODULE[auto_bisect]/resources/fetch_revision_info.py",
1134 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111", 1172 "00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111",
1135 "chromium" 1173 "chromium"
1136 ], 1174 ],
1137 "cwd": "[SLAVE_BUILD]", 1175 "cwd": "[SLAVE_BUILD]",
1138 "name": "Reading culprit cl information.", 1176 "name": "Reading culprit cl information.",
1139 "stdout": "/path/to/tmp/json", 1177 "stdout": "/path/to/tmp/json",
1140 "~followup_annotations": [ 1178 "~followup_annotations": [
1141 "@@@STEP_LOG_LINE@json.output@{@@@", 1179 "@@@STEP_LOG_LINE@json.output@{@@@",
1142 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", 1180 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
1143 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@", 1181 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
1144 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", 1182 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
1145 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", 1183 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
1146 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", 1184 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
1147 "@@@STEP_LOG_LINE@json.output@}@@@", 1185 "@@@STEP_LOG_LINE@json.output@}@@@",
1148 "@@@STEP_LOG_END@json.output@@@", 1186 "@@@STEP_LOG_END@json.output@@@"
1149 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_CULPRIT_FOUND\"]@@@" 1187 ]
1188 },
1189 {
1190 "cmd": [
1191 "cat",
1192 "{\"bad_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64222222\", \"bisect _bot\": \"linux_perf_tester\", \"bug_id\": \"425582\", \"buildbot_log_url\": \"\ ", \"change\": \"75.00%\", \"command\": \"tools/perf/run_benchmark -v --browser= release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"author\": \"DummyAutho r\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"cl_date\": \"01/01/ 2015\", \"commit_info\": \"A long description for a CL.\\nContaining multiple li nes\", \"email\": \"dummy@nowhere.com\", \"revisions_links\": [], \"subject\": \ "Some random CL\"}, \"fail_reason\": null, \"good_revision\": \"e28dc0d49c331def 2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load_time\", \"revisio n_data\": [{\"commit_pos\": 306475, \"depot_name\": \"chromium\", \"deps_revisio n\": null, \"mean_value\": 80.0, \"result\": \"good\", \"std_dev\": 10.0, \"valu es\": [70, 70, 80, 90, 90]}, {\"commit_pos\": \"306476\", \"depot_name\": \"chro mium\", \"deps_revision\": null, \"mean_value\": 70.0, \"result\": \"good\", \"s td_dev\": 2.0, \"values\": [68, 70, 72]}, {\"commit_pos\": \"306477\", \"depot_n ame\": \"chromium\", \"deps_revision\": null, \"mean_value\": 15.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commit_pos\": 306478, \ "depot_name\": \"chromium\", \"deps_revision\": null, \"mean_value\": 20.0, \"re sult\": \"bad\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\": \"completed\", \"try_job_id\": null, \"warnings\": []}"
1193 ],
1194 "cwd": "[SLAVE_BUILD]",
1195 "name": "Results",
1196 "stdout": "/path/to/tmp/json",
1197 "~followup_annotations": [
1198 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1199 "@@@STEP_LOG_END@json.output (invalid)@@@"
1150 ] 1200 ]
1151 }, 1201 },
1152 { 1202 {
1153 "cmd": [ 1203 "cmd": [
1154 "python", 1204 "python",
1155 "-u", 1205 "-u",
1156 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 1206 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
1157 "---bisect results start here---\n\n===== BISECT JOB RESULTS =====\nStatus : Positive: A suspected commit was found.\n\nTest Command: tools/perf/run_benchm ark -v --browser=release page_cycler.intl_ar_fa_he\nTest Metric: warm_times/page _load_time\nRelative Change: 75.00%\nScore: 99.9\nRetested CL with revert: Not I mplemented.\n\n\n===== SUSPECTED CL(s) =====\nSubject : Some random CL\nAuthor : DummyAuthor, dummy@nowhere.com\nCommit description:\n A long description for a CL.\nContaining multiple lines\nCommit : 00316c9ddfb9d7b4e1ed2fff9fe6d964d211 1111\nDate : 01/01/2015\n\n\n===== TESTED REVISIONS =====\nDepot Revision Mean Value Std. Dev. Num Values Good? \nchromium r306475 80.0 10.0 5 good \nchromium r306476 70.0 2.0 3 good \n\nchromium r306477 15.0 1.0 3 bad <- \n\nchromium r 306478 20.0 1.0 3 bad \n\n\n\n| O O | Visit http://ww w.chromium.org/developers/speed-infra/perf-bug-faq\n| X | for more information addressing perf regression bugs. For feedback,\n| / \\ | file a bug with label Cr-Tests-AutoBisect. Thank you!"
1158 ], 1207 ],
1159 "cwd": "[SLAVE_BUILD]", 1208 "cwd": "[SLAVE_BUILD]",
1160 "name": "Results", 1209 "name": "Post bisect results",
1210 "stdin": "{\"data\": {\"bad_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64 222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"425582\", \"build bot_log_url\": \"\", \"change\": \"75.00%\", \"command\": \"tools/perf/run_bench mark -v --browser=release page_cycler.intl_ar_fa_he\", \"culprit_data\": {\"auth or\": \"DummyAuthor\", \"cl\": \"00316c9ddfb9d7b4e1ed2fff9fe6d964d2111111\", \"c l_date\": \"01/01/2015\", \"commit_info\": \"A long description for a CL.\\nCont aining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\": [], \"subject\": \"Some random CL\"}, \"fail_reason\": null, \"good_revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_times/page_load _time\", \"revision_data\": [{\"commit_pos\": 306475, \"depot_name\": \"chromium \", \"deps_revision\": null, \"mean_value\": 80.0, \"result\": \"good\", \"std_d ev\": 10.0, \"values\": [70, 70, 80, 90, 90]}, {\"commit_pos\": \"306476\", \"de pot_name\": \"chromium\", \"deps_revision\": null, \"mean_value\": 70.0, \"resul t\": \"good\", \"std_dev\": 2.0, \"values\": [68, 70, 72]}, {\"commit_pos\": \"3 06477\", \"depot_name\": \"chromium\", \"deps_revision\": null, \"mean_value\": 15.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [14, 15, 16]}, {\"commi t_pos\": 306478, \"depot_name\": \"chromium\", \"deps_revision\": null, \"mean_v alue\": 20.0, \"result\": \"bad\", \"std_dev\": 1.0, \"values\": [19, 20, 21]}], \"score\": 99.9, \"status\": \"completed\", \"try_job_id\": null, \"warnings\": []}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
1211 "stdout": "/path/to/tmp/json",
1161 "~followup_annotations": [ 1212 "~followup_annotations": [
1162 "@@@STEP_LOG_LINE@python.inline@@@@", 1213 "@@@STEP_LOG_LINE@json.output@{@@@",
1163 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 1214 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
1164 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 1215 "@@@STEP_LOG_LINE@json.output@}@@@",
1165 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 1216 "@@@STEP_LOG_END@json.output@@@"
1166 "@@@STEP_LOG_END@python.inline@@@"
1167 ] 1217 ]
1168 }, 1218 },
1169 { 1219 {
1170 "name": "$result", 1220 "name": "$result",
1171 "recipe_result": null, 1221 "recipe_result": null,
1172 "status_code": 0 1222 "status_code": 0
1173 } 1223 }
1174 ] 1224 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698