[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}
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.