| Index: tools/gardening/README.md
|
| diff --git a/tools/gardening/README.md b/tools/gardening/README.md
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f7b34cf4e0d65532f39ed0ca75d32f3e81b1bbd5
|
| --- /dev/null
|
| +++ b/tools/gardening/README.md
|
| @@ -0,0 +1,19 @@
|
| +# Gardening Tools
|
| +
|
| +This directory is created for gathering all tools doing gardening in one place.
|
| +Every tools or script, big or small should go here, and over time, hopefully
|
| +we will have useful collection of tools that support every part of the
|
| +gardening work.
|
| +
|
| +The current tools are:
|
| +
|
| +#### compare_failures ####
|
| +Compares the test log of a build step with previous builds. Use this to detect
|
| +flakiness of failures, especially timeouts.
|
| +
|
| +Usage:
|
| +
|
| + compare_failures.dart <stdio-url>
|
| +
|
| +where `<stdio-url>` is a url for a test log (".../logs/stdio") from the
|
| +buildbot.
|
|
|