[roll] Roll fuchsia [orchestrate] Move Setup, Daemon/Emu lifecycle, Log stream to interface

This change moves the remaining low-level ffx commands to the
`FFXClient` interface:
* Moves ffx configuration and daemon startup/waiting to `SetupFfx`.
* Moves daemon stopping to `DaemonStop`.
* Moves emulator stopping to `EmuStop`.
* Abstracts background target log streaming behind a new `TargetLogStart`
  method which returns a clean `io.Closer`.

This completely decouples the orchestrator business logic in
`orchestrator.go` from all low-level ffx execution details (Cmd,
RunCmdSync, os.Process).

Original-Original-Bug: b/465157753
Original-Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1623222
Original-Original-Revision: 1351a7eb180905d8f1ced1eac22336a4ed8bd570
GitOrigin-RevId: 0f23481fdf9fcdbbf133a29113ba40037ec06a9a
Change-Id: I1a49936162521f87f652f5ecc47904e9459042b7
Reviewed-on: https://fuchsia-review.googlesource.com/c/integration/+/1631718
Cr-Commit-Position: refs/heads/main@{#193722}
1 file changed
tree: 0f3d88dca02a05895327a0ffef0ccc6549036c68
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. 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.