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

Side by Side Diff: scripts/slave/recipes/bisect.expected/broken_good_revision_test.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: . Created 4 years, 10 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 "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 675 matching lines...) Expand 10 before | Expand all | Expand 10 after
686 ] 686 ]
687 }, 687 },
688 { 688 {
689 "cmd": [], 689 "cmd": [],
690 "cwd": "[SLAVE_BUILD]", 690 "cwd": "[SLAVE_BUILD]",
691 "name": "Debug Info", 691 "name": "Debug Info",
692 "~followup_annotations": [ 692 "~followup_annotations": [
693 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: PerfRevisionState(cp=306475, v alues=[], mean_value=None, std_dev=None)@@@", 693 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: PerfRevisionState(cp=306475, v alues=[], mean_value=None, std_dev=None)@@@",
694 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: PerfRevisionState(cp=306478, v alues=[19, 20, 21], mean_value=20.0, std_dev=1.0)@@@", 694 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: PerfRevisionState(cp=306478, v alues=[19, 20, 21], mean_value=20.0, std_dev=1.0)@@@",
695 "@@@STEP_LOG_LINE@Debug Info@@@@", 695 "@@@STEP_LOG_LINE@Debug Info@@@@",
696 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", 696 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
697 "@@@STEP_LOG_LINE@Debug Info@306475 [] @@@", 697 "@@@STEP_LOG_LINE@Debug Info@306475 [] @@@",
698 "@@@STEP_LOG_LINE@Debug Info@306476 [] @@@", 698 "@@@STEP_LOG_LINE@Debug Info@306476 [] @@@",
699 "@@@STEP_LOG_LINE@Debug Info@306477 [] @@@", 699 "@@@STEP_LOG_LINE@Debug Info@306477 [] @@@",
700 "@@@STEP_LOG_LINE@Debug Info@306478 [19, 20, 21] @@@", 700 "@@@STEP_LOG_LINE@Debug Info@306478 [19, 20, 21] @@@",
701 "@@@STEP_LOG_END@Debug Info@@@" 701 "@@@STEP_LOG_END@Debug Info@@@"
702 ] 702 ]
703 }, 703 },
704 { 704 {
705 "cmd": [ 705 "cmd": [
706 "python", 706 "python",
707 "-u", 707 "-u",
708 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 708 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
709 "---bisect results start here---\n\n===== BISECT JOB RESULTS =====\nStatus : Negative: Failed to bisect.\n\nTest Command: tools/perf/run_benchmark -v --bro wser=release page_cycler.intl_ar_fa_he\nTest Metric: warm_times/page_load_time\n Relative Change: None\nScore: None\nRetested CL with revert: Not Implemented.\n\ n\n===== TESTED REVISIONS =====\nDepot Revision Mean Value Std. Dev. Num Valu es Good? \nchromium r306478 20.0 1.0 3 bad \n\n\n\n| O O | Visit http://www.chromium.org/developers/speed-infra/perf-bug-faq\n| X | for more information addressing perf regression bugs. For feedback,\n| / \\ | fi le a bug with label Cr-Tests-AutoBisect. Thank you!"
710 ], 709 ],
711 "cwd": "[SLAVE_BUILD]", 710 "cwd": "[SLAVE_BUILD]",
712 "name": "Results", 711 "name": "Post bisect results",
712 "stdin": "{\"data\": {\"bad_revision\": \"a6298e4afedbf2cd461755ea6f45b0ad64 222222\", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": \"425582\", \"build bot_log_url\": \"http://c.org/p/cr/builders/linux_perf_bisector/builds/571\", \" change\": null, \"command\": \"tools/perf/run_benchmark -v --browser=release pag e_cycler.intl_ar_fa_he\", \"culprit_data\": null, \"fail_reason\": null, \"good_ revision\": \"e28dc0d49c331def2a3bbf3ddd0096eb51551155\", \"metric\": \"warm_tim es/page_load_time\", \"revision_data\": [{\"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\": \"fa iled\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": []}, \"url\ ": \"https://chromeperf.appspot.com/post_bisect_results\"}",
713 "stdout": "/path/to/tmp/json",
713 "~followup_annotations": [ 714 "~followup_annotations": [
714 "@@@STEP_LOG_LINE@python.inline@@@@", 715 "@@@STEP_LOG_LINE@json.output@{@@@",
715 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 716 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
716 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 717 "@@@STEP_LOG_LINE@json.output@}@@@",
717 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 718 "@@@STEP_LOG_END@json.output@@@"
718 "@@@STEP_LOG_END@python.inline@@@"
719 ] 719 ]
720 }, 720 },
721 { 721 {
722 "name": "$result", 722 "name": "$result",
723 "recipe_result": null, 723 "recipe_result": null,
724 "status_code": 0 724 "status_code": 0
725 } 725 }
726 ] 726 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698