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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_direction_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 "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]/bogus_tmp_1", 9 "cwd": "[TMP_BASE]/bogus_tmp_1",
10 "name": "git update-ref" 10 "name": "git update-ref"
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 "--commit", 137 "--commit",
138 "c001c0de" 138 "c001c0de"
139 ], 139 ],
140 "cwd": "[SLAVE_BUILD]", 140 "cwd": "[SLAVE_BUILD]",
141 "name": "Resolving reference range.fetch file c001c0de:DEPS", 141 "name": "Resolving reference range.fetch file c001c0de:DEPS",
142 "stdout": "/path/to/tmp/", 142 "stdout": "/path/to/tmp/",
143 "~followup_annotations": [ 143 "~followup_annotations": [
144 "@@@STEP_NEST_LEVEL@1@@@", 144 "@@@STEP_NEST_LEVEL@1@@@",
145 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 145 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
146 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 146 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
147 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@", 147 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
148 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_LO_FINAL_CONF\"]@@@"
149 ] 148 ]
150 }, 149 },
151 { 150 {
152 "cmd": [ 151 "cmd": [
153 "python", 152 "python",
154 "-u", 153 "-u",
155 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 154 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
156 "---bisect results start here---\n\n===== BISECTION ABORTED =====\nThe bis ect was aborted because The metric values for the initial \"good\" and \"bad\" r evisions match the expected direction of improvement. Thus, likely represent an improvement and not a regression.\nPlease contact the the team (see below) if yo u believe this is in error.\n\nBug ID: \n\nTest Command: src/tools/perf/run_benc hmark -v --browser=release smoothness.tough_scrolling_cases\nTest Metric: mean_i nput_event_latency/mean_input_event_latency\nGood revision: c001c0de\nBad revisi on: deadbeef\n\n\n===== WARNINGS =====\nThe following warnings were raised by th e bisect job:\n\n * This is a demo warning\n\n\n===== TESTED REVISIONS =====\nDe pot Revision Mean Value Std. Dev. Num Values Good? \n\n\n\n| O O | Visit http:/ /www.chromium.org/developers/speed-infra/perf-bug-faq\n| X | for more informat ion addressing perf regression bugs. For feedback,\n| / \\ | file a bug with lab el Cr-Tests-AutoBisect. Thank you!"
157 ], 155 ],
158 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
159 "name": "Results", 157 "name": "Post bisect results",
158 "stdin": "{\"data\": {\"bad_revision\": \"deadbeef\", \"bisect_bot\": \"linu x_perf_tester\", \"bug_id\": \"\", \"buildbot_log_url\": \"http://build.chromium .org/p/chromium/builders//builds/\", \"change\": null, \"command\": \"src/tools/ perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases\", \"cu lprit_data\": null, \"fail_reason\": \"The metric values for the initial \\\"goo d\\\" and \\\"bad\\\" revisions match the expected direction of improvement. Thu s, likely represent an improvement and not a regression.\", \"good_revision\": \ "c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\": [], \"score\": 0, \"status\": \"completed\", \"test_type\": \ "perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"ur l\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
159 "stdout": "/path/to/tmp/json",
160 "~followup_annotations": [ 160 "~followup_annotations": [
161 "@@@STEP_LOG_LINE@python.inline@@@@", 161 "@@@STEP_LOG_LINE@json.output@{@@@",
162 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 162 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
163 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 163 "@@@STEP_LOG_LINE@json.output@}@@@",
164 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 164 "@@@STEP_LOG_END@json.output@@@"
165 "@@@STEP_LOG_END@python.inline@@@"
166 ] 165 ]
167 }, 166 },
168 { 167 {
169 "name": "$result", 168 "name": "$result",
170 "recipe_result": null, 169 "recipe_result": null,
171 "status_code": 0 170 "status_code": 0
172 } 171 }
173 ] 172 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698