[roll] Roll fuchsia [gvisor_syscall_tests] Use test sharding framework

Uses //src/lib/testing/sharding to shard syscall tests to avoid
the whole suite timing out.

As an initial pass, every suite is sharded into 5 parts, where
shard_part_regex = "([^/]+(?:/[^/]+)?).*" in order to shard based on
the first two slash-delimited segments of the name (or the whole name
if there are no slashes).

As a result, we can remove the elevated timeout_secs and allow the TCP
suite to run on riscv.

Original-Fixed: 318529127
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/979234
Original-Revision: 2d4d46fd632e2c9f6893d030f12ab2e5a72ed2f1
GitOrigin-RevId: 191451a7ceb18dfb87dd86de6fdc71ed3e8a42e8
Change-Id: Iefdc7b4c041b06d2ac5726e3a70e55e31d7e288c
1 file changed
tree: 10fa74784f6c025e71002033c42da67b5d397183
  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.