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

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

Issue 1911583003: Equalizing samples when comparing middle revision against good and bad. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: . Created 4 years, 8 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/revision_state.py ('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 946 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 "stdout": "/path/to/tmp/", 957 "stdout": "/path/to/tmp/",
958 "~followup_annotations": [ 958 "~followup_annotations": [
959 "@@@STEP_NEST_LEVEL@2@@@" 959 "@@@STEP_NEST_LEVEL@2@@@"
960 ] 960 ]
961 }, 961 },
962 { 962 {
963 "cmd": [ 963 "cmd": [
964 "python", 964 "python",
965 "-u", 965 "-u",
966 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 966 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
967 "[70, 70, 80, 90, 90]", 967 "[70, 70, 80]",
968 "[14, 15, 16]", 968 "[14, 15, 16]",
969 "0.01" 969 "0.01"
970 ], 970 ],
971 "cwd": "[SLAVE_BUILD]", 971 "cwd": "[SLAVE_BUILD]",
972 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference", 972 "name": "Working on revision chromium@00316c9ddf.Waiting for chromium@00316c 9ddf.Checking sample difference",
973 "stdout": "/path/to/tmp/json", 973 "stdout": "/path/to/tmp/json",
974 "~followup_annotations": [ 974 "~followup_annotations": [
975 "@@@STEP_NEST_LEVEL@2@@@", 975 "@@@STEP_NEST_LEVEL@2@@@",
976 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 976 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
977 "@@@STEP_LOG_END@json.output (invalid)@@@" 977 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
1199 "stdout": "/path/to/tmp/", 1199 "stdout": "/path/to/tmp/",
1200 "~followup_annotations": [ 1200 "~followup_annotations": [
1201 "@@@STEP_NEST_LEVEL@2@@@" 1201 "@@@STEP_NEST_LEVEL@2@@@"
1202 ] 1202 ]
1203 }, 1203 },
1204 { 1204 {
1205 "cmd": [ 1205 "cmd": [
1206 "python", 1206 "python",
1207 "-u", 1207 "-u",
1208 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 1208 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
1209 "[70, 70, 80, 90, 90]", 1209 "[70, 70, 80]",
1210 "[68, 70, 72]", 1210 "[68, 70, 72]",
1211 "0.01" 1211 "0.01"
1212 ], 1212 ],
1213 "cwd": "[SLAVE_BUILD]", 1213 "cwd": "[SLAVE_BUILD]",
1214 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference", 1214 "name": "Working on revision chromium@fc6dfc7ff5.Waiting for chromium@fc6dfc 7ff5.Checking sample difference",
1215 "stdout": "/path/to/tmp/json", 1215 "stdout": "/path/to/tmp/json",
1216 "~followup_annotations": [ 1216 "~followup_annotations": [
1217 "@@@STEP_NEST_LEVEL@2@@@", 1217 "@@@STEP_NEST_LEVEL@2@@@",
1218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 1218 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
1219 "@@@STEP_LOG_END@json.output (invalid)@@@" 1219 "@@@STEP_LOG_END@json.output (invalid)@@@"
(...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 "@@@STEP_LOG_LINE@json.output@}@@@", 1317 "@@@STEP_LOG_LINE@json.output@}@@@",
1318 "@@@STEP_LOG_END@json.output@@@" 1318 "@@@STEP_LOG_END@json.output@@@"
1319 ] 1319 ]
1320 }, 1320 },
1321 { 1321 {
1322 "name": "$result", 1322 "name": "$result",
1323 "recipe_result": null, 1323 "recipe_result": null,
1324 "status_code": 0 1324 "status_code": 0
1325 } 1325 }
1326 ] 1326 ]
OLDNEW
« no previous file with comments | « scripts/slave/recipe_modules/auto_bisect/revision_state.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698