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

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

Powered by Google App Engine
This is Rietveld 408576698