[roll] Roll fuchsia [ffx][config] Introduce TestEnvBuilder.

As tests may permutate over many EnvironmentContext augmentations:
 - isolate vs in-tree (with build-dir),
 - environment variables, and
 - runtime config

We introduce a `TestEnvBuilder` struct (constructed by `test_env()`) and
migrate users off of `test_init_in_tree` and `test_init_with_env`.

This will be a much cleaner way to account for all of these
permutations.

Since the `test_env()` interface breaks assumptions about inheriting
environment variables from the broader test environment, we keep the
existing `init_test()` function and aim to address this later.

Original-Bug: 411199300
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1254644
Original-Revision: 9d35014b702c268b288dfbf3f52ac0a9ce99ba94
GitOrigin-RevId: 84a5c91033b4c746df604cfc64f87dba89d74229
Change-Id: Ifa6c36809b87a7e1b0ceb114d7c284a2b142831e
1 file changed
tree: c53649b1171020623b3f18218348f5c8e83bd112
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.