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

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: . 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 ] 148 ]
149 }, 149 },
150 { 150 {
151 "cmd": [ 151 "cmd": [
152 "python", 152 "python",
153 "-u", 153 "-u",
154 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 154 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
155 "---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!"
156 ], 155 ],
157 "cwd": "[SLAVE_BUILD]", 156 "cwd": "[SLAVE_BUILD]",
158 "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\": null, \"good_revision\": \"c001c0de\", \"me tric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_data\" : [], \"score\": 0, \"status\": \"failed\", \"test_type\": \"perf\", \"try_job_i d\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chrom eperf.appspot.com/post_bisect_results\"}",
159 "stdout": "/path/to/tmp/json",
159 "~followup_annotations": [ 160 "~followup_annotations": [
160 "@@@STEP_LOG_LINE@python.inline@@@@", 161 "@@@STEP_LOG_LINE@json.output@{@@@",
161 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 162 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
162 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 163 "@@@STEP_LOG_LINE@json.output@}@@@",
163 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 164 "@@@STEP_LOG_END@json.output@@@"
164 "@@@STEP_LOG_END@python.inline@@@"
165 ] 165 ]
166 }, 166 },
167 { 167 {
168 "name": "$result", 168 "name": "$result",
169 "recipe_result": null, 169 "recipe_result": null,
170 "status_code": 0 170 "status_code": 0
171 } 171 }
172 ] 172 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698