[roll] Roll fuchsia [testsharder] Fix logic for multiplying isolated tests.

If isolated tests are multiplied, we need to create new shards for each
run since they can only be run once per shard. This uses up much more
capacity than running a test multiple times in the same shard so use a
small max number but allow to bypass the limit if needed through a flag.

Original-Bug: 393664026
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1222568
Original-Revision: 3b8ab27178b7de3201520d8eaaa906842e0489f3
GitOrigin-RevId: 610e82fd0f0e8a83493748f06e69f7b5cb300762
Change-Id: I41e86f0138ac20df7567fc7ac95370f31f931ce2
1 file changed
tree: c6731e7895f14c7be0b0748344df9af6f6cb18f0
  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.