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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ] 172 ]
173 }, 173 },
174 { 174 {
175 "cmd": [ 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\": null, \"good_revision\": \"c001c0de \", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revisio n_data\": [], \"score\": 0, \"status\": \"failed\", \"try_job_id\": null, \"warn ings\": [\"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)@@@"
185 ]
186 },
187 {
188 "cmd": [
176 "python", 189 "python",
177 "-u", 190 "-u",
178 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 191 "RECIPE_MODULE[perf_dashboard]/resources/post_json.py"
179 "---bisect results start here---\n\n===== BISECT JOB RESULTS =====\nStatus : Negative: Failed to bisect.\n\nTest Command: src/tools/perf/run_benchmark -v - -browser=release smoothness.tough_scrolling_cases\nTest Metric: mean_input_event _latency/mean_input_event_latency\nRelative Change: None\nScore: None\nRetested CL with revert: Not Implemented.\n\n\n===== WARNINGS =====\nThe following warnin gs were raised by the bisect job:\n\n * This is a demo warning\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-infra/perf-bug-faq\n| X | for more information addressing perf regression bugs. For feedback,\n| / \\ | file a bug with label Cr-Tests-AutoBisect. Thank you!"
180 ], 192 ],
181 "cwd": "[SLAVE_BUILD]", 193 "cwd": "[SLAVE_BUILD]",
182 "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\": null, \"good_revi sion\": \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_la tency\", \"revision_data\": [], \"score\": 0, \"status\": \"failed\", \"try_job_ id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chro meperf.appspot.com/post_bisect_results\"}",
196 "stdout": "/path/to/tmp/json",
183 "~followup_annotations": [ 197 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@python.inline@@@@", 198 "@@@STEP_LOG_LINE@json.output@{@@@",
185 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 199 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
186 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 200 "@@@STEP_LOG_LINE@json.output@}@@@",
187 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 201 "@@@STEP_LOG_END@json.output@@@"
188 "@@@STEP_LOG_END@python.inline@@@"
189 ] 202 ]
190 }, 203 },
191 { 204 {
192 "name": "$result", 205 "name": "$result",
193 "recipe_result": null, 206 "recipe_result": null,
194 "status_code": 0 207 "status_code": 0
195 } 208 }
196 ] 209 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698