commit | 2845775a0cb2201cad0bf14a819030d3bcdaf5a6 | [log] [tgz] |
---|---|---|
author | Gary Miguel <garymm@google.com> | Tue Jul 09 14:25:14 2019 -0700 |
committer | Gary Miguel <garymm@google.com> | Tue Jul 09 15:52:46 2019 -0700 |
tree | 4bc8df391112a92db614575def1839e67c95068a | |
parent | e53a7a8417bc4073d92d5f0fd138cd53acdb1143 [diff] |
[testsharder] distribute tests evenly amongst shards E.g. sharding (1,2,3,4,5) with max size 4 would result in: Before: (1,2,3,4), (5) After: (1,2,3), (4,5) Bug: IN-1433 Change-Id: I042630ba46d3c63eaaea00eab9b9603029478525
This repo contains tools used in Fuchsia build and development.
Go packages from here are automatically built and uploaded to CIPD and Google Storage by bots using the tools recipe. To add a tool to the build:
builder_mixins
section with name: "tools"
.properties_j
to add a string to the packages
list:"fuchsia.googlesource.com/tools/cmd/your-new-tool"