commit | a07439faf19c57c12d4ba7f6296e27e724a72299 | [log] [tgz] |
---|---|---|
author | David Fang <fangism@fuchsia.infra.roller.google.com> | Wed Apr 05 18:01:42 2023 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Apr 05 11:03:06 2023 -0700 |
tree | e84186102472cdda98029c81a28e3e08c23fe0c1 | |
parent | 5bb14519f532f5758845bdc002e0150ba2f7606e [diff] |
[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
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 via the IRC channel #fuchsia
on Freenode.
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
.