| 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 132 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 146 "@@@STEP_LOG_END@json.output@@@" | 159 "@@@STEP_LOG_END@json.output@@@" |
| 147 ] | 160 ] |
| 148 }, | 161 }, |
| 149 { | 162 { |
| 150 "cmd": [ | 163 "cmd": [ |
| 151 "python", | 164 "python", |
| 152 "-u", | 165 "-u", |
| 153 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" | 166 "RECIPE_MODULE[build::perf_dashboard]/resources/post_json.py" |
| 154 ], | 167 ], |
| 155 "name": "Post bisect results", | 168 "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\"}", | 169 "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", | 170 "stdout": "/path/to/tmp/json", |
| 158 "~followup_annotations": [ | 171 "~followup_annotations": [ |
| 159 "@@@STEP_LOG_LINE@json.output@{@@@", | 172 "@@@STEP_LOG_LINE@json.output@{@@@", |
| 160 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", | 173 "@@@STEP_LOG_LINE@json.output@ \"status_code\": 200@@@", |
| 161 "@@@STEP_LOG_LINE@json.output@}@@@", | 174 "@@@STEP_LOG_LINE@json.output@}@@@", |
| 162 "@@@STEP_LOG_END@json.output@@@" | 175 "@@@STEP_LOG_END@json.output@@@" |
| 163 ] | 176 ] |
| 164 }, | 177 }, |
| 165 { | 178 { |
| 166 "name": "$result", | 179 "name": "$result", |
| 167 "recipe_result": null, | 180 "recipe_result": null, |
| 168 "status_code": 0 | 181 "status_code": 0 |
| 169 } | 182 } |
| 170 ] | 183 ] |
| OLD | NEW |