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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
125 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" | 125 "@@@STEP_LOG_END@Debug Good Revision DEPS@@@" |
126 ] | 126 ] |
127 }, | 127 }, |
128 { | 128 { |
129 "cmd": [ | 129 "cmd": [ |
130 "python", | 130 "python", |
131 "-u", | 131 "-u", |
132 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 132 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
133 ], | 133 ], |
134 "name": "Post bisect results", | 134 "name": "Post bisect results", |
135 "stdin": "{\"data\": {\"aborted_reason\": \"The metric values for the initia
l \\\"good\\\" and \\\"bad\\\" revisions match the expected direction of improve
ment. Thus, likely represent an improvement and not a regression.\", \"bad_revis
ion\": \"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=relea
se smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\"
: \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\
", \"revision_data\": [], \"score\": 0, \"status\": \"completed\", \"test_type\"
: \"perf\", \"try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \
"url\": \"https://chromeperf.appspot.com/post_bisect_results\"}", | 135 "stdin": "{\"data\": {\"aborted_reason\": \"The metric values for the initia
l \\\"good\\\" and \\\"bad\\\" revisions match the expected direction of improve
ment. Thus, likely represent an improvement and not a regression.\", \"bad_revis
ion\": \"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=relea
se smoothness.tough_scrolling_cases\", \"culprit_data\": null, \"good_revision\"
: \"c001c0de\", \"metric\": \"mean_input_event_latency/mean_input_event_latency\
", \"revision_data\": [], \"status\": \"completed\", \"test_type\": \"perf\", \"
try_job_id\": null, \"warnings\": [\"This is a demo warning\"]}, \"url\": \"http
s://chromeperf.appspot.com/post_bisect_results\"}", |
136 "stdout": "/path/to/tmp/json", | 136 "stdout": "/path/to/tmp/json", |
137 "~followup_annotations": [ | 137 "~followup_annotations": [ |
138 "@@@STEP_LOG_LINE@json.output@{@@@", | 138 "@@@STEP_LOG_LINE@json.output@{@@@", |
139 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 139 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
140 "@@@STEP_LOG_LINE@json.output@}@@@", | 140 "@@@STEP_LOG_LINE@json.output@}@@@", |
141 "@@@STEP_LOG_END@json.output@@@" | 141 "@@@STEP_LOG_END@json.output@@@" |
142 ] | 142 ] |
143 }, | 143 }, |
144 { | 144 { |
145 "name": "$result", | 145 "name": "$result", |
146 "recipe_result": null, | 146 "recipe_result": null, |
147 "status_code": 0 | 147 "status_code": 0 |
148 } | 148 } |
149 ] | 149 ] |
OLD | NEW |