[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"