OLD | NEW |
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 Loading... |
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 ] |
OLD | NEW |