commit | d0b601c9736dcedd176421fd0c9eb542b8ca92ee | [log] [tgz] |
---|---|---|
author | Evan Wildenhain <wildenhain@fuchsia.infra.roller.google.com> | Fri Jan 26 21:47:53 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Jan 26 13:51:07 2024 -0800 |
tree | 10fa74784f6c025e71002033c42da67b5d397183 | |
parent | 433742eba4e965051a988bc6a33d63fd55362888 [diff] |
[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.