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

Side by Side Diff: scripts/slave/recipes/bisect_test/example_bisect_results.expected/failed_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: Rebasing, addressing feedback. Created 4 years, 3 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 "python",
5 "-u",
6 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py",
7 "--",
8 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py",
9 "----",
10 "cat",
11 "gs://fakebucket/fake/path/fake_file.txt"
12 ],
13 "name": "gsutil cat"
14 },
15 {
16 "cmd": [
4 "git", 17 "git",
5 "update-ref", 18 "update-ref",
6 "refs/heads/master", 19 "refs/heads/master",
7 "refs/remotes/origin/master" 20 "refs/remotes/origin/master"
8 ], 21 ],
9 "cwd": "[TMP_BASE]/bogus_tmp_1", 22 "cwd": "[TMP_BASE]/bogus_tmp_1",
10 "name": "git update-ref" 23 "name": "git update-ref"
11 }, 24 },
12 { 25 {
13 "cmd": [ 26 "cmd": [
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" 138 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@"
126 ] 139 ]
127 }, 140 },
128 { 141 {
129 "cmd": [ 142 "cmd": [
130 "python", 143 "python",
131 "-u", 144 "-u",
132 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" 145 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py"
133 ], 146 ],
134 "name": "Post bisect results", 147 "name": "Post bisect results",
135 "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\": null, \"good_revision\": \"c001c0de\", \ "metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_dat a\": [], \"score\": 0, \"status\": \"failed\", \"test_type\": \"perf\", \"try_jo b_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://ch romeperf.appspot.com/post_bisect_results\"}", 148 "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\": null, \"good_revision\": \"c001c0de\", \ "metric\": \"mean_input_event_latency/mean_input_event_latency\", \"revision_dat a\": [], \"status\": \"failed\", \"test_type\": \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"https://chromeperf.appsp ot.com/post_bisect_results\"}",
136 "stdout": "/path/to/tmp/json", 149 "stdout": "/path/to/tmp/json",
137 "~followup_annotations": [ 150 "~followup_annotations": [
138 "@@@STEP_LOG_LINE@json.output@{@@@", 151 "@@@STEP_LOG_LINE@json.output@{@@@",
139 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", 152 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@",
140 "@@@STEP_LOG_LINE@json.output@}@@@", 153 "@@@STEP_LOG_LINE@json.output@}@@@",
141 "@@@STEP_LOG_END@json.output@@@" 154 "@@@STEP_LOG_END@json.output@@@"
142 ] 155 ]
143 }, 156 },
144 { 157 {
145 "name": "$result", 158 "name": "$result",
146 "recipe_result": null, 159 "recipe_result": null,
147 "status_code": 0 160 "status_code": 0
148 } 161 }
149 ] 162 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698