[roll] Roll fuchsia [ffx][emu] Sticking the landing of Using instance data for target collection"

This is a reland of fxr/807069 and fxr/814450

The root cause of the issue was a race condition when starting and
stopping emulator instances without using isolate_dir. The target
instances were being matched by name, but the ssh port was different
for the different instances.

The symptom is the emulator starts in under 2 seconds (normal is ~20
seconds), and then ffx target list may show the instance, but
`ffx target show` or other commands that connect to the device
will fail.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/818547
Original-Revision: a58dfa820d85fd75c511f522594738aa6a3c95b5
GitOrigin-RevId: 9ee90923f0fd015771d5308cd940dceda940d98a
Change-Id: I7828cf1199e806fe3a53b9db0aa3ca9c60d936ca
1 file changed
tree: 2de3dcfef5959fe266ffe24ef9f56eafb8e67fa1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.