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

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: post_bisect to post_bisect_results 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\"]@@@"
173 ] 172 ]
174 }, 173 },
175 { 174 {
176 "cmd": [ 175 "cmd": [
177 "python", 176 "python",
178 "-u", 177 "-u",
179 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 178 "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 ], 179 ],
182 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
183 "name": "Results", 181 "name": "Post bisect results",
182 "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\"}",
183 "stdout": "/path/to/tmp/json",
184 "~followup_annotations": [ 184 "~followup_annotations": [
185 "@@@STEP_LOG_LINE@python.inline@@@@", 185 "@@@STEP_LOG_LINE@json.output@{@@@",
186 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 186 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
187 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 187 "@@@STEP_LOG_LINE@json.output@}@@@",
188 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 188 "@@@STEP_LOG_END@json.output@@@"
189 "@@@STEP_LOG_END@python.inline@@@"
190 ] 189 ]
191 }, 190 },
192 { 191 {
193 "name": "$result", 192 "name": "$result",
194 "recipe_result": null, 193 "recipe_result": null,
195 "status_code": 0 194 "status_code": 0
196 } 195 }
197 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698