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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/deps_culprit_test.json

Issue 2247373002: Refactor stages 1, 2 and test_api overhaul. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 4 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 135 matching lines...) Expand 10 before | Expand all | Expand 10 after
146 "@@@STEP_LOG_END@json.output@@@" 146 "@@@STEP_LOG_END@json.output@@@"
147 ] 147 ]
148 }, 148 },
149 { 149 {
150 "cmd": [ 150 "cmd": [
151 "python", 151 "python",
152 "-u", 152 "-u",
153 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 153 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
154 ], 154 ],
155 "name": "Post bisect results", 155 "name": "Post bisect results",
156 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"deadbeef \", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"buildbot_log_url\ ": \"http://build.chromium.org/p/chromium/builders//builds/\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tou gh_scrolling_cases\", \"culprit_data\": {\"author\": \"DummyAuthor\", \"cl\": \" deadbeef\", \"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description f or a CL.\\nContaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revi sions_links\": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"c001c0 de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revis ion_data\": [], \"score\": 0.0, \"status\": \"completed\", \"test_type\": \"perf \", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", 156 "stdin": "{\"data\": {\"aborted_reason\": null, \"bad_revision\": \"deadbeef \", \"bisect_bot\": \"linux_perf_tester\", \"bug_id\": null, \"buildbot_log_url\ ": \"http://build.chromium.org/p/chromium/builders//builds/\", \"change\": null, \"command\": \"src/tools/perf/run_benchmark -v --browser=release smoothness.tou gh_scrolling_cases\", \"culprit_data\": {\"author\": \"DummyAuthor\", \"cl\": \" deadbeef\", \"cl_date\": \"01/01/2015\", \"commit_info\": \"A long description f or a CL.\\nContaining multiple lines\", \"email\": \"dummy@nowhere.com\", \"revi sions_links\": [], \"subject\": \"Some random CL\"}, \"good_revision\": \"c001c0 de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revis ion_data\": [], \"status\": \"completed\", \"test_type\": \"perf\", \"try_job_id \": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chrome perf.appspot.com/post_bisect_results\"}",
157 "stdout": "/path/to/tmp/json", 157 "stdout": "/path/to/tmp/json",
158 "~followup_annotations": [ 158 "~followup_annotations": [
159 "@@@STEP_LOG_LINE@json.output@{@@@", 159 "@@@STEP_LOG_LINE@json.output@{@@@",
160 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", 160 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
161 "@@@STEP_LOG_LINE@json.output@}@@@", 161 "@@@STEP_LOG_LINE@json.output@}@@@",
162 "@@@STEP_LOG_END@json.output@@@" 162 "@@@STEP_LOG_END@json.output@@@"
163 ] 163 ]
164 }, 164 },
165 { 165 {
166 "name": "$result", 166 "name": "$result",
167 "recipe_result": null, 167 "recipe_result": null,
168 "status_code": 0 168 "status_code": 0
169 } 169 }
170 ] 170 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698