[roll] Roll fuchsia [boot_test] Add failure string to look for to fail fast.

Sometimes the boot test could fail and print out a failure message but
seriallistener currently only tries to wait for a success string, so in
the case that the test fails, it'll just hang until the timeout before
exiting. If we know the test failed, we should exit and fail early.
Example: https://chromium-swarm.appspot.com/task?id=635eb16718d72e10

This will also help fail early once we start scaling timeouts for tcg
bots since these timeout failures will also take that much longer to
fail.

Original-Bug: 366233201
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/883727
Original-Revision: 40d292e390c86feb6017c5ee0af4b5ff777b7d03
GitOrigin-RevId: d22da349ef2a6409669d36ef65707fadf45c102f
Change-Id: I1b3b5e1d3c7535b00a703c70640acec497dfa90a
1 file changed
tree: ba9ad173d97bd6ca8f4520bda966cd1cfc394bcc
  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 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.