[roll] Roll fuchsia [testrunner] Use sshTester's EnsureSinks() if ffx test not enabled.

The FFXTester may be used if ffx is enabled but `ffx test` is only
enabled at experiment level 2. Thus, the way to collect sinks from the
ffx test outputs should also only be enabled when `ffx test` is used.
The coverage builders broke when fxrev.dev/914436 forwarded the ffx
flag to testrunner, causing it to use the FFXTester with experiment
level 1 which means that it was NOT using `ffx test`.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/945979
Original-Revision: 84863f63c7364513a6e49617037eebd25850f42d
GitOrigin-RevId: 0646c00e316c0feb55ac94822b680d66702ae34e
Change-Id: I4942a4ec341dc7f0e11b43e19665638e6265b231
1 file changed
tree: 89cb5d0a6732e97b7184daa5a4c3ecb045491c9f
  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.