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

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: update Created 4 years, 11 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 150 matching lines...) Expand 10 before | Expand all | Expand 10 after
161 "blob", 161 "blob",
162 "c001c0de:DEPS" 162 "c001c0de:DEPS"
163 ], 163 ],
164 "cwd": "[TMP_BASE]/bogus_tmp_1", 164 "cwd": "[TMP_BASE]/bogus_tmp_1",
165 "name": "Resolving reference range.git cat-file c001c0de:DEPS", 165 "name": "Resolving reference range.git cat-file c001c0de:DEPS",
166 "stdout": "/path/to/tmp/", 166 "stdout": "/path/to/tmp/",
167 "~followup_annotations": [ 167 "~followup_annotations": [
168 "@@@STEP_NEST_LEVEL@1@@@", 168 "@@@STEP_NEST_LEVEL@1@@@",
169 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@", 169 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@v8: None@@@",
170 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@", 170 "@@@STEP_LOG_LINE@Debug Good Revision DEPS@skia: None@@@",
171 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@", 171 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
172 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_LO_FINAL_CONF\"]@@@" 172 ]
173 },
174 {
175 "cmd": [
176 "cat",
177 "{\"bad_revision\": \"deadbeef\", \"bisect_bot\": \"linux_perf_tester\", \ "bug_id\": \"\", \"buildbot_log_url\": \"\", \"change\": null, \"command\": \"sr c/tools/perf/run_benchmark -v --browser=release smoothness.tough_scrolling_cases \", \"culprit_data\": null, \"fail_reason\": \"The metric values for the initial \\\"good\\\" and \\\"bad\\\" revisions match the expected direction of improvem ent. Thus, likely represent an improvement and not a regression.\", \"good_revis ion\": \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_lat ency\", \"revision_data\": [], \"score\": 0, \"status\": \"completed\", \"try_jo b_id\": null, \"warnings\": [\"This is a demo warning\"]}"
178 ],
179 "cwd": "[SLAVE_BUILD]",
180 "name": "Results",
181 "stdout": "/path/to/tmp/json",
182 "~followup_annotations": [
183 "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
184 "@@@STEP_LOG_END@json.output (invalid)@@@"
173 ] 185 ]
174 }, 186 },
175 { 187 {
176 "cmd": [ 188 "cmd": [
177 "python", 189 "python",
178 "-u", 190 "-u",
179 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 191 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
180 "---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!"
181 ], 192 ],
182 "cwd": "[SLAVE_BUILD]", 193 "cwd": "[SLAVE_BUILD]",
183 "name": "Results", 194 "name": "Post bisect results",
195 "stdin": "{\"data\": {\"bad_revision\": \"deadbeef\", \"bisect_bot\": \"linu x_perf_tester\", \"bug_id\": \"\", \"buildbot_log_url\": \"\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tou gh_scrolling_cases\", \"culprit_data\": null, \"fail_reason\": \"The metric valu es for the initial \\\"good\\\" and \\\"bad\\\" revisions match the expected dir ection of improvement. Thus, likely represent an improvement and not a regressio n.\", \"good_revision\": \"c001c0de\", \"metric\": \"mean_input_event_latency/me an_input_event_latency\", \"revision_data\": [], \"score\": 0, \"status\": \"com pleted\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"u rl\": \"https://chromeperf.appspot.com/post_bisect_results\"}",
196 "stdout": "/path/to/tmp/json",
184 "~followup_annotations": [ 197 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@python.inline@@@@", 198 "@@@STEP_LOG_LINE@json.output@{@@@",
186 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
187 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 200 "@@@STEP_LOG_LINE@json.output@}@@@",
188 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 201 "@@@STEP_LOG_END@json.output@@@"
189 "@@@STEP_LOG_END@python.inline@@@"
190 ] 202 ]
191 }, 203 },
192 { 204 {
193 "name": "$result", 205 "name": "$result",
194 "recipe_result": null, 206 "recipe_result": null,
195 "status_code": 0 207 "status_code": 0
196 } 208 }
197 ] 209 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698