[roll] Roll fuchsia [botanist] Start checking for SSH key after sending serial commands.

Sometimes we see the serial commands to provision and cat the SSH key
get stalled for some time. However since we start reading for the
response before sending the commands, this may cause us to miss the
response because we time out before we can send it. Instead we should
start the timeout after sending the commands. The side effect is that in
the case that we hang completely, this will cause the timeout to write
to the serial socket to be 2 min instead of 10 seconds, multiplied by 5
tries.

Original-Bug: 395706575
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203870
Original-Revision: 55d7a41e9359886381b606657c96c48e65975ac2
GitOrigin-RevId: 8438d280f17a5f6b405b9be0318235b2be5be0a7
Change-Id: I005fdb50ddf53c1aae5a0886f77b93767d06c71f
1 file changed
tree: 9d78ca338f05ed54adb3e95e3b9af7e611539ac0
  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.