OLD | NEW |
1 [ | 1 [ |
2 { | 2 { |
3 "cmd": [ | 3 "cmd": [ |
4 "python", | 4 "python", |
5 "-u", | 5 "-u", |
6 "RECIPE_MODULE[depot_tools::bot_update]/resources/bot_update.py", | 6 "RECIPE_MODULE[depot_tools::bot_update]/resources/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 251 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
262 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" | 262 "[TMP_BASE]/gcov_coverage_tmp_1/app.info" |
263 ], | 263 ], |
264 "name": "genhtml" | 264 "name": "genhtml" |
265 }, | 265 }, |
266 { | 266 { |
267 "cmd": [ | 267 "cmd": [ |
268 "python", | 268 "python", |
269 "-u", | 269 "-u", |
270 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", | 270 "RECIPE_MODULE[build::gsutil]/resources/gsutil_wrapper.py", |
271 "--", | 271 "--", |
272 "[DEPOT_TOOLS]/gsutil.py", | 272 "RECIPE_PACKAGE_REPO[depot_tools]/gsutil.py", |
273 "----", | 273 "----", |
274 "-m", | 274 "-m", |
275 "cp", | 275 "cp", |
276 "-a", | 276 "-a", |
277 "public-read", | 277 "public-read", |
278 "-R", | 278 "-R", |
279 "[TMP_BASE]/gcov_coverage_html_tmp_2", | 279 "[TMP_BASE]/gcov_coverage_html_tmp_2", |
280 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" | 280 "gs://chromium-v8/linux64_gcov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64
c" |
281 ], | 281 ], |
282 "name": "gsutil coverage report", | 282 "name": "gsutil coverage report", |
283 "~followup_annotations": [ | 283 "~followup_annotations": [ |
284 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" | 284 "@@@STEP_LINK@report@https://storage.googleapis.com/chromium-v8/linux64_gc
ov_rel/f2cbea7e89a45f46819777bb78a1f5bd0241f64c/index.html@@@" |
285 ] | 285 ] |
286 }, | 286 }, |
287 { | 287 { |
288 "name": "$result", | 288 "name": "$result", |
289 "recipe_result": null, | 289 "recipe_result": null, |
290 "status_code": 0 | 290 "status_code": 0 |
291 } | 291 } |
292 ] | 292 ] |
OLD | NEW |