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

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

Issue 1780753004: Tweaking classifying algorithm constants to reduce false positives. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_bisector", 10 "linux_perf_bisector",
(...skipping 882 matching lines...) Expand 10 before | Expand all | Expand 10 after
893 "@@@STEP_NEST_LEVEL@2@@@" 893 "@@@STEP_NEST_LEVEL@2@@@"
894 ] 894 ]
895 }, 895 },
896 { 896 {
897 "cmd": [ 897 "cmd": [
898 "python", 898 "python",
899 "-u", 899 "-u",
900 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 900 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
901 "[70, 70, 80, 90, 90]", 901 "[70, 70, 80, 90, 90]",
902 "[14, 15, 16]", 902 "[14, 15, 16]",
903 "0.01" 903 "0.005"
904 ], 904 ],
905 "cwd": "[SLAVE_BUILD]", 905 "cwd": "[SLAVE_BUILD]",
906 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference", 906 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference",
907 "stdout": "/path/to/tmp/json", 907 "stdout": "/path/to/tmp/json",
908 "~followup_annotations": [ 908 "~followup_annotations": [
909 "@@@STEP_NEST_LEVEL@2@@@", 909 "@@@STEP_NEST_LEVEL@2@@@",
910 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 910 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
911 "@@@STEP_LOG_END@json.output (invalid)@@@" 911 "@@@STEP_LOG_END@json.output (invalid)@@@"
912 ] 912 ]
913 }, 913 },
914 { 914 {
915 "cmd": [ 915 "cmd": [
916 "python", 916 "python",
917 "-u", 917 "-u",
918 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 918 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
919 "[19, 20, 21]", 919 "[19, 20, 21]",
920 "[14, 15, 16]", 920 "[14, 15, 16]",
921 "0.01" 921 "0.005"
922 ], 922 ],
923 "cwd": "[SLAVE_BUILD]", 923 "cwd": "[SLAVE_BUILD]",
924 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference (2)", 924 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference (2)",
925 "stdout": "/path/to/tmp/json", 925 "stdout": "/path/to/tmp/json",
926 "~followup_annotations": [ 926 "~followup_annotations": [
927 "@@@STEP_NEST_LEVEL@2@@@", 927 "@@@STEP_NEST_LEVEL@2@@@",
928 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 928 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
929 "@@@STEP_LOG_END@json.output (invalid)@@@" 929 "@@@STEP_LOG_END@json.output (invalid)@@@"
930 ] 930 ]
931 }, 931 },
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after
1132 "@@@STEP_NEST_LEVEL@2@@@" 1132 "@@@STEP_NEST_LEVEL@2@@@"
1133 ] 1133 ]
1134 }, 1134 },
1135 { 1135 {
1136 "cmd": [ 1136 "cmd": [
1137 "python", 1137 "python",
1138 "-u", 1138 "-u",
1139 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 1139 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
1140 "[70, 70, 80, 90, 90]", 1140 "[70, 70, 80, 90, 90]",
1141 "[68, 70, 72]", 1141 "[68, 70, 72]",
1142 "0.01" 1142 "0.005"
1143 ], 1143 ],
1144 "cwd": "[SLAVE_BUILD]", 1144 "cwd": "[SLAVE_BUILD]",
1145 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference", 1145 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference",
1146 "stdout": "/path/to/tmp/json", 1146 "stdout": "/path/to/tmp/json",
1147 "~followup_annotations": [ 1147 "~followup_annotations": [
1148 "@@@STEP_NEST_LEVEL@2@@@", 1148 "@@@STEP_NEST_LEVEL@2@@@",
1149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 1149 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1150 "@@@STEP_LOG_END@json.output (invalid)@@@" 1150 "@@@STEP_LOG_END@json.output (invalid)@@@"
1151 ] 1151 ]
1152 }, 1152 },
1153 { 1153 {
1154 "cmd": [ 1154 "cmd": [
1155 "python", 1155 "python",
1156 "-u", 1156 "-u",
1157 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 1157 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
1158 "[14, 15, 16]", 1158 "[14, 15, 16]",
1159 "[68, 70, 72]", 1159 "[68, 70, 72]",
1160 "0.01" 1160 "0.005"
1161 ], 1161 ],
1162 "cwd": "[SLAVE_BUILD]", 1162 "cwd": "[SLAVE_BUILD]",
1163 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference (2)", 1163 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference (2)",
1164 "stdout": "/path/to/tmp/json", 1164 "stdout": "/path/to/tmp/json",
1165 "~followup_annotations": [ 1165 "~followup_annotations": [
1166 "@@@STEP_NEST_LEVEL@2@@@", 1166 "@@@STEP_NEST_LEVEL@2@@@",
1167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 1167 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1168 "@@@STEP_LOG_END@json.output (invalid)@@@" 1168 "@@@STEP_LOG_END@json.output (invalid)@@@"
1169 ] 1169 ]
1170 }, 1170 },
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
1248 "@@@STEP_LOG_LINE@json.output@}@@@", 1248 "@@@STEP_LOG_LINE@json.output@}@@@",
1249 "@@@STEP_LOG_END@json.output@@@" 1249 "@@@STEP_LOG_END@json.output@@@"
1250 ] 1250 ]
1251 }, 1251 },
1252 { 1252 {
1253 "name": "$result", 1253 "name": "$result",
1254 "recipe_result": null, 1254 "recipe_result": null,
1255 "status_code": 0 1255 "status_code": 0
1256 } 1256 }
1257 ] 1257 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/auto_bisect/example.expected/windows_x64_bisector.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698