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