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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_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 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
159 "name": "Reading culprit cl information.", 159 "name": "Reading culprit cl information.",
160 "stdout": "/path/to/tmp/json", 160 "stdout": "/path/to/tmp/json",
161 "~followup_annotations": [ 161 "~followup_annotations": [
162 "@@@STEP_LOG_LINE@json.output@{@@@", 162 "@@@STEP_LOG_LINE@json.output@{@@@",
163 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@", 163 "@@@STEP_LOG_LINE@json.output@ \"author\": \"DummyAuthor\", @@@",
164 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@", 164 "@@@STEP_LOG_LINE@json.output@ \"body\": \"A long description for a CL.\\ nContaining multiple lines\", @@@",
165 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@", 165 "@@@STEP_LOG_LINE@json.output@ \"date\": \"01/01/2015\", @@@",
166 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@", 166 "@@@STEP_LOG_LINE@json.output@ \"email\": \"dummy@nowhere.com\", @@@",
167 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@", 167 "@@@STEP_LOG_LINE@json.output@ \"subject\": \"Some random CL\"@@@",
168 "@@@STEP_LOG_LINE@json.output@}@@@", 168 "@@@STEP_LOG_LINE@json.output@}@@@",
169 "@@@STEP_LOG_END@json.output@@@", 169 "@@@STEP_LOG_END@json.output@@@"
170 "@@@SET_BUILD_PROPERTY@extra_result_code@[\"B4T_LO_FINAL_CONF\"]@@@"
171 ] 170 ]
172 }, 171 },
173 { 172 {
174 "cmd": [ 173 "cmd": [
175 "python", 174 "python",
176 "-u", 175 "-u",
177 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 176 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
178 "---bisect results start here---\n\n===== BISECT JOB RESULTS =====\nStatus : Negative: Completed, but no culprit was found with high confidence.\n\nTest Co mmand: src/tools/perf/run_benchmark -v --browser=release smoothness.tough_scroll ing_cases\nTest Metric: mean_input_event_latency/mean_input_event_latency\nRelat ive Change: None\nScore: 0.0\nRetested CL with revert: Not Implemented.\n\n\n=== == WARNINGS =====\nThe following warnings were raised by the bisect job:\n\n * T his is a demo warning\n\n\n===== SUSPECTED CL(s) =====\nSubject : Some random CL \nAuthor : DummyAuthor, dummy@nowhere.com\nCommit description:\n A long descri ption for a CL.\nContaining multiple lines\nCommit : deadbeef\nDate : 01/01/ 2015\n\n\n===== TESTED REVISIONS =====\nDepot Revision Mean Value Std. Dev. Num Values Good? \n\n\n\n| O O | Visit http://www.chromium.org/developers/speed-inf ra/perf-bug-faq\n| X | for more information addressing perf regression bugs. F or feedback,\n| / \\ | file a bug with label Cr-Tests-AutoBisect. Thank you!"
179 ], 177 ],
180 "cwd": "[SLAVE_BUILD]", 178 "cwd": "[SLAVE_BUILD]",
181 "name": "Results", 179 "name": "Post bisect results",
180 "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\": {\"author\": \"DummyAuthor\", \"cl\": \"deadbeef\", \"cl_date\": \ "01/01/2015\", \"commit_info\": \"A long description for a CL.\\nContaining mult iple lines\", \"email\": \"dummy@nowhere.com\", \"revisions_links\": [], \"subje ct\": \"Some random CL\"}, \"fail_reason\": null, \"good_revision\": \"c001c0de\ ", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision _data\": [], \"score\": 0.0, \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"h ttps://chromeperf.appspot.com/post_bisect_results\"}",
181 "stdout": "/path/to/tmp/json",
182 "~followup_annotations": [ 182 "~followup_annotations": [
183 "@@@STEP_LOG_LINE@python.inline@@@@", 183 "@@@STEP_LOG_LINE@json.output@{@@@",
184 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 184 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
185 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 185 "@@@STEP_LOG_LINE@json.output@}@@@",
186 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 186 "@@@STEP_LOG_END@json.output@@@"
187 "@@@STEP_LOG_END@python.inline@@@"
188 ] 187 ]
189 }, 188 },
190 { 189 {
191 "name": "$result", 190 "name": "$result",
192 "recipe_result": null, 191 "recipe_result": null,
193 "status_code": 0 192 "status_code": 0
194 } 193 }
195 ] 194 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698