[roll] Roll infra/recipes [bisector] Fix type error

`api.bisector.summary()` takes strings, not exceptions, so I created a
new `api.bisector.wrap_exception()` function to do what the old code was
trying to do, which previously caused failures like
http://go/bbid/8699599495693591089.

Also add docstrings.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/1408855
Original-Revision: 9a89a6282338100fcc6683fb59ff374212755282
GitOrigin-RevId: 6042a680ec85c155bcac964082958c7ec774e6c3
Change-Id: I6f0732ae77e32be74485a0a730b0c6cbfc3ed435
1 file changed
tree: c8647050709be10d38ec25ca011aa00da492fef5
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.