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

Side by Side Diff: scripts/slave/recipes/bisect.expected/broken_bad_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 689 matching lines...) Expand 10 before | Expand all | Expand 10 after
700 ] 700 ]
701 }, 701 },
702 { 702 {
703 "cmd": [], 703 "cmd": [],
704 "cwd": "[SLAVE_BUILD]", 704 "cwd": "[SLAVE_BUILD]",
705 "name": "Debug Info", 705 "name": "Debug Info",
706 "~followup_annotations": [ 706 "~followup_annotations": [
707 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: PerfRevisionState(cp=306475, v alues=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@", 707 "@@@STEP_LOG_LINE@Debug Info@bisector.lkgr: PerfRevisionState(cp=306475, v alues=[70, 70, 80, 90, 90], mean_value=80.0, std_dev=10.0)@@@",
708 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: PerfRevisionState(cp=306478, v alues=[], mean_value=None, std_dev=None)@@@", 708 "@@@STEP_LOG_LINE@Debug Info@bisector.fkbr: PerfRevisionState(cp=306478, v alues=[], mean_value=None, std_dev=None)@@@",
709 "@@@STEP_LOG_LINE@Debug Info@@@@", 709 "@@@STEP_LOG_LINE@Debug Info@@@@",
710 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@", 710 "@@@STEP_LOG_LINE@Debug Info@Revision Values @@@",
711 "@@@STEP_LOG_LINE@Debug Info@306475 [70, 70, 80, 90, 90] @@@", 711 "@@@STEP_LOG_LINE@Debug Info@306475 [70, 70, 80, 90, 90]@@@",
712 "@@@STEP_LOG_LINE@Debug Info@306476 [] @@@", 712 "@@@STEP_LOG_LINE@Debug Info@306476 [] @@@",
713 "@@@STEP_LOG_LINE@Debug Info@306477 [] @@@", 713 "@@@STEP_LOG_LINE@Debug Info@306477 [] @@@",
714 "@@@STEP_LOG_LINE@Debug Info@306478 [] @@@", 714 "@@@STEP_LOG_LINE@Debug Info@306478 [] @@@",
715 "@@@STEP_LOG_END@Debug Info@@@" 715 "@@@STEP_LOG_END@Debug Info@@@"
716 ] 716 ]
717 }, 717 },
718 { 718 {
719 "cmd": [ 719 "cmd": [
720 "python", 720 "python",
721 "-u", 721 "-u",
722 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 722 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
723 "---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 r306475 80.0 10.0 5 good \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!"
724 ], 723 ],
725 "cwd": "[SLAVE_BUILD]", 724 "cwd": "[SLAVE_BUILD]",
726 "name": "Results", 725 "name": "Post bisect results",
726 "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\": 306475, \"depot_name\" : \"chromium\", \"deps_revision\": null, \"mean_value\": 80.0, \"result\": \"goo d\", \"std_dev\": 10.0, \"values\": [70, 70, 80, 90, 90]}], \"score\": 0, \"stat us\": \"failed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [ ]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
727 "stdout": "/path/to/tmp/json",
727 "~followup_annotations": [ 728 "~followup_annotations": [
728 "@@@STEP_LOG_LINE@python.inline@@@@", 729 "@@@STEP_LOG_LINE@json.output@{@@@",
729 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 730 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
730 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 731 "@@@STEP_LOG_LINE@json.output@}@@@",
731 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 732 "@@@STEP_LOG_END@json.output@@@"
732 "@@@STEP_LOG_END@python.inline@@@"
733 ] 733 ]
734 }, 734 },
735 { 735 {
736 "name": "$result", 736 "name": "$result",
737 "recipe_result": null, 737 "recipe_result": null,
738 "status_code": 0 738 "status_code": 0
739 } 739 }
740 ] 740 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698