[roll] Roll fuchsia [seriallistener] Read from botanist's serial log.

In the hardware case, the serial output is forwarded from the serial mux
which only forwards logs after the client connects so there's a
possibility that seriallistener may start reading logs after the success
string has already been written. In the arm64 emulator case, we see
flakes due to what seems like the emulator being slow to start, which
may be due to enabling the emulator as a serial device which we can
write to over serial. The boot tests don't require writing to serial, so
we can just disable this feature and just read from the serial log
already captured by botanist instead. After this goes in, we can disable
serial for boot tests in fxrev.dev/996088.

Original-Bug: 116559, 121919, 318507750
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/807729
Original-Revision: c1897a29523789bf753b24b46cfb7d75da314f7f
GitOrigin-RevId: 9386afa851c24aac3948d9839cf6423368f2a3aa
Change-Id: I1d1bed9bec3d3526c26caa1b285198a5389fce09
1 file changed
tree: b39b2928dc0568eee88f1628881e0f0134099f38
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. toolchain
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 via the IRC channel #fuchsia on Freenode.

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.