[roll] Roll fuchsia [rbe] Restructure remote subprocess launching

Make it easier to capture subprocess stdout/stderr
needed for implementing some limited fault tolerance.
Define a few helper functions for more precise mocking,
as opposed to mocking all subprocess calls.

Fixes the flake issue of stderr logs not existing after a
tee-redirected subprocess complete, by capturing stderr in-memory.
(Not bothering to write a copy of it to file, one less file to
clean-up.)

Original-Fixed: 112177
Original-Bug: 96250
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/830736
Original-Revision: a550a20763c78d25d759f5bf27a661935757451a
GitOrigin-RevId: 9300fdd4388ea4d29c2a78ee85d74a709899be41
Change-Id: I79f0b5e5f842a841db67692318c95569884543c8
1 file changed
tree: e84186102472cdda98029c81a28e3e08c23fe0c1
  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.