| OLD | NEW |
| 1 [ | 1 [ |
| 2 { | 2 { |
| 3 "cmd": [ | 3 "cmd": [ |
| 4 "python", | 4 "python", |
| 5 "-u", | 5 "-u", |
| 6 "RECIPE_PACKAGE[build]/bot_update.py", | 6 "RECIPE_PACKAGE[build]/bot_update.py", |
| 7 "--master", | 7 "--master", |
| 8 "client.v8", | 8 "client.v8", |
| 9 "--builder", | 9 "--builder", |
| 10 "V8 Linux64 - gcov coverage", | 10 "V8 Linux64 - gcov coverage", |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 189 "[TMP_BASE]/gcov_coverage_html_tmp_2", | 189 "[TMP_BASE]/gcov_coverage_html_tmp_2", |
| 190 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" | 190 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
| 191 ], | 191 ], |
| 192 "cwd": "[SLAVE_BUILD]", | 192 "cwd": "[SLAVE_BUILD]", |
| 193 "name": "genhtml" | 193 "name": "genhtml" |
| 194 }, | 194 }, |
| 195 { | 195 { |
| 196 "cmd": [ | 196 "cmd": [ |
| 197 "python", | 197 "python", |
| 198 "-u", | 198 "-u", |
| 199 "RECIPE_MODULE[gsutil]/resources/gsutil_wrapper.py", | 199 "RECIPE_MODULE[build.gsutil]/resources/gsutil_wrapper.py", |
| 200 "--", | 200 "--", |
| 201 "[DEPOT_TOOLS]/gsutil.py", | 201 "[DEPOT_TOOLS]/gsutil.py", |
| 202 "----", | 202 "----", |
| 203 "-m", | 203 "-m", |
| 204 "cp", | 204 "cp", |
| 205 "-a", | 205 "-a", |
| 206 "public-read", | 206 "public-read", |
| 207 "-R", | 207 "-R", |
| 208 "[TMP_BASE]/gcov_coverage_html_tmp_2", | 208 "[TMP_BASE]/gcov_coverage_html_tmp_2", |
| 209 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" | 209 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" |
| 210 ], | 210 ], |
| 211 "cwd": "[SLAVE_BUILD]", | 211 "cwd": "[SLAVE_BUILD]", |
| 212 "name": "gsutil coverage report", | 212 "name": "gsutil coverage report", |
| 213 "~followup_annotations": [ | 213 "~followup_annotations": [ |
| 214 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 214 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
| 215 ] | 215 ] |
| 216 }, | 216 }, |
| 217 { | 217 { |
| 218 "name": "$result", | 218 "name": "$result", |
| 219 "recipe_result": null, | 219 "recipe_result": null, |
| 220 "status_code": 0 | 220 "status_code": 0 |
| 221 } | 221 } |
| 222 ] | 222 ] |
| OLD | NEW |