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

Side by Side Diff: scripts/slave/recipe_modules/auto_bisect/example.expected/windows_bisector.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
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "git", 4 "git",
5 "update-ref", 5 "update-ref",
6 "refs/heads/master", 6 "refs/heads/master",
7 "refs/remotes/origin/master" 7 "refs/remotes/origin/master"
8 ], 8 ],
9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1", 9 "cwd": "[TMP_BASE]/fake_checkout_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 577 matching lines...) Expand 10 before | Expand all | Expand 10 after
588 "@@@STEP_NEST_LEVEL@1@@@" 588 "@@@STEP_NEST_LEVEL@1@@@"
589 ] 589 ]
590 }, 590 },
591 { 591 {
592 "cmd": [ 592 "cmd": [
593 "python", 593 "python",
594 "-u", 594 "-u",
595 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 595 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
596 "[19, 20, 21, 22, 23]", 596 "[19, 20, 21, 22, 23]",
597 "[12, 13, 14, 15, 16]", 597 "[12, 13, 14, 15, 16]",
598 "0.01" 598 "0.005"
599 ], 599 ],
600 "cwd": "[SLAVE_BUILD]", 600 "cwd": "[SLAVE_BUILD]",
601 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference", 601 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference",
602 "stdout": "/path/to/tmp/json", 602 "stdout": "/path/to/tmp/json",
603 "~followup_annotations": [ 603 "~followup_annotations": [
604 "@@@STEP_NEST_LEVEL@1@@@", 604 "@@@STEP_NEST_LEVEL@1@@@",
605 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 605 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
606 "@@@STEP_LOG_END@json.output (invalid)@@@" 606 "@@@STEP_LOG_END@json.output (invalid)@@@"
607 ] 607 ]
608 }, 608 },
609 { 609 {
610 "cmd": [ 610 "cmd": [
611 "python", 611 "python",
612 "-u", 612 "-u",
613 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py", 613 "RECIPE_MODULE[build::auto_bisect]/resources/significantly_different.py",
614 "[12, 13, 14, 15, 16]", 614 "[12, 13, 14, 15, 16]",
615 "[12, 13, 14, 15, 16]", 615 "[12, 13, 14, 15, 16]",
616 "0.01" 616 "0.005"
617 ], 617 ],
618 "cwd": "[SLAVE_BUILD]", 618 "cwd": "[SLAVE_BUILD]",
619 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference (2)", 619 "name": "Waiting for chromium@dcdcdc0ff1.Checking sample difference (2)",
620 "stdout": "/path/to/tmp/json", 620 "stdout": "/path/to/tmp/json",
621 "~followup_annotations": [ 621 "~followup_annotations": [
622 "@@@STEP_NEST_LEVEL@1@@@", 622 "@@@STEP_NEST_LEVEL@1@@@",
623 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@", 623 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
624 "@@@STEP_LOG_END@json.output (invalid)@@@" 624 "@@@STEP_LOG_END@json.output (invalid)@@@"
625 ] 625 ]
626 }, 626 },
(...skipping 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 "@@@STEP_LOG_LINE@json.output@}@@@", 831 "@@@STEP_LOG_LINE@json.output@}@@@",
832 "@@@STEP_LOG_END@json.output@@@" 832 "@@@STEP_LOG_END@json.output@@@"
833 ] 833 ]
834 }, 834 },
835 { 835 {
836 "name": "$result", 836 "name": "$result",
837 "recipe_result": null, 837 "recipe_result": null,
838 "status_code": 0 838 "status_code": 0
839 } 839 }
840 ] 840 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698