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

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: 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 "python", 176 "python",
177 "-u", 177 "-u",
178 "\nimport shutil\nimport sys\nshutil.copyfileobj(open(sys.argv[1]), sys.st dout)\n", 178 "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 ], 179 ],
181 "cwd": "[SLAVE_BUILD]", 180 "cwd": "[SLAVE_BUILD]",
182 "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\": 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\"}",
183 "stdout": "/path/to/tmp/json",
183 "~followup_annotations": [ 184 "~followup_annotations": [
184 "@@@STEP_LOG_LINE@python.inline@@@@", 185 "@@@STEP_LOG_LINE@json.output@{@@@",
185 "@@@STEP_LOG_LINE@python.inline@import shutil@@@", 186 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
186 "@@@STEP_LOG_LINE@python.inline@import sys@@@", 187 "@@@STEP_LOG_LINE@json.output@}@@@",
187 "@@@STEP_LOG_LINE@python.inline@shutil.copyfileobj(open(sys.argv[1]), sys. stdout)@@@", 188 "@@@STEP_LOG_END@json.output@@@"
188 "@@@STEP_LOG_END@python.inline@@@"
189 ] 189 ]
190 }, 190 },
191 { 191 {
192 "name": "$result", 192 "name": "$result",
193 "recipe_result": null, 193 "recipe_result": null,
194 "status_code": 0 194 "status_code": 0
195 } 195 }
196 ] 196 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698