commit | be8a2e90bfdcd0f51a5767ea2ce86b8ad6e95ad4 | [log] [tgz] |
---|---|---|
author | Ina Huh <ihuh@google.com> | Thu Jun 20 01:51:37 2019 +0000 |
committer | CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> | Thu Jun 20 01:51:37 2019 +0000 |
tree | 0ec72c6760071039851a39676913e3f5603a7bac | |
parent | 6a50ad74d6deba0f28d7fe38eb22b0badbcbe818 [diff] |
[testsharder] Extend testsharder to take a test multipliers json file. This file should contain tests that are to be run multiple times which the testsharder will use to create a separate shard per test that contains the same test written as many times as the total_runs specified in the file. The output will contain the original shards it currently produces plus these new shards with the multiplied tests. This will be used to test for flakiness. Bug: IN-1231 #comment Change-Id: I4366ff012bc929c938c6aeaa9a26812e7888c7ef
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"