[testsharder] Lower max runs for multiplied tests

Multiplying a test many times can cause issues processing and uploading
the resulting shard's logs and test results, because they might be
massive. This is especially bad for automatically multiplied tests,
where the fact that the builder is running any multiplied shards is
generally (as it should be) completely opaque to the CL owner. For
example: https://ci.chromium.org/b/8860625698851501456

To make such processing failures less common, reduce the maximum number
of test runs that testsharder will calculate from 2000 to 1000. This
shouldn't have much user-facing impact, as the limit doesn't apply to
user-specificied run counts. For example, "MULTIPLY: foo_test: 5000"
will still run foo_test 5000 times, but "MULTIPLY: foo_test" will never
run foo_test more than 1000 times now.

Change-Id: I214826a2bbc0808395fe87eedac147ec04458ba5
Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/464614
Fuchsia-Auto-Submit: Oliver Newman <olivernewman@google.com>
Reviewed-by: Ina Huh <ihuh@google.com>
Commit-Queue: Auto-Submit <auto-submit@fuchsia-infra.iam.gserviceaccount.com>
1 file changed
tree: 5ab6fd0b0e92f8d604842ffa95f7fbc31c03d740
  1. boards/
  2. build/
  3. bundles/
  4. docs/
  5. examples/
  6. garnet/
  7. products/
  8. scripts/
  9. sdk/
  10. src/
  11. third_party/
  12. tools/
  13. zircon/
  14. .clang-format
  15. .clang-tidy
  16. .git-blame-ignore-revs
  17. .gitattributes
  18. .gitignore
  19. .gn
  20. .style.yapf
  21. AUTHORS
  22. BUILD.gn
  23. CODE_OF_CONDUCT.md
  24. CONTRIBUTING.md
  25. LICENSE
  26. OWNERS
  27. PATENTS
  28. README.md
  29. rustfmt.toml
README.md

Fuchsia

Pink + Purple == Fuchsia (a new operating system)

What is Fuchsia?

Fuchsia is a modular, capability-based operating system. Fuchsia runs on modern 64-bit Intel and ARM processors.

Fuchsia is an open source project with a code of conduct that we expect everyone who interacts with the project to respect.

Read more about Fuchsia's principles.

How can I build and run Fuchsia?

See Getting Started.

Where can I learn more about Fuchsia?

See fuchsia.dev.