Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(280)

Unified Diff: tools/gardening/README.md

Issue 2711733005: Add compare_failures gardening utility. (Closed)
Patch Set: Updated cf. comments Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/gardening/compare_failures.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | tools/gardening/compare_failures.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698