[roll] Roll fuchsia [fshost] make integration tests sequential

Set parallel = 1 for all the integration test packages. In local
testing, this increases the overall test length by an average of about
40%, but it greatly improves debugability, removes any possible
cross-test race conditions, and reduces the overall memory requirements
since memory intensive tests will be run in sequence instead of at the
same time.

Original-Bug: b/333768616
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1044216
Original-Revision: 0b2b0ee2f8aa90094f645b67b1490eb227b458e7
GitOrigin-RevId: 89e39c4e3fc2c52a7fbf5ab68dae99ee0c2b3106
Change-Id: Ie99dc6dd85a3e4f7d7080b2e3acfb1174c22de27
1 file changed
tree: 7201cc78a9dfce8c491d8cf594432421a78e0443
  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 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.