[roll] Roll fuchsia [fshost] add options to disable integration test components

Add the ability to toggle integration test components to the integration
test package template. This makes it more obvious at the actual template
callsite what test components are enabled, instead of the more scattered
approach taken before.

This also helps with enabling failure on error logs - the migration
tests were all skipped for fxblob configurations so they finished so
fast we got errors from the storage driver test realm because it wasn't
finished initializing by the time we were done.

Original-Bug: 391891190
Test: fx test fshost_integration_tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1192773
Original-Revision: b6ecc61b7de0b1516c84551925cc3c9879cb90cf
GitOrigin-RevId: 36e5a7c24b79372dd72081fffe43be52dbe6bf4c
Change-Id: I4348b3171718dd63e53bf70092b34c55619ae98c
1 file changed
tree: a77f8255a7dd8600943ab08593fedd735d43d4af
  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.