[roll] Roll fuchsia [ffx_e2e_emu] Reduce the number of emulators created.

Each test that makes its own emulator will add ~30s to CQ times
so we want to encourage developers to reuse an emulator instance
for multiple assertions if those assertions don't share any
state in the target device.

Since these are some of the first tests potential users will
reference, establishing that pattern early should discourage
waste of infra resources.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/861565
Original-Revision: ebc1af24569b60c069adec6dcc633f880b6aa822
GitOrigin-RevId: bd221771fa6c3638e7474e889742475afbc85a2c
Change-Id: I955a9c744fd841f2a40cb76c18fcdbba1b9b522d
1 file changed
tree: d75a02a177976e99b8eac154d3ff00b372a54130
  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.