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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | tools/gardening/compare_failures.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # Gardening Tools
2
3 This directory is created for gathering all tools doing gardening in one place.
4 Every tools or script, big or small should go here, and over time, hopefully
5 we will have useful collection of tools that support every part of the
6 gardening work.
7
8 The current tools are:
9
10 #### compare_failures ####
11 Compares the test log of a build step with previous builds. Use this to detect
12 flakiness of failures, especially timeouts.
13
14 Usage:
15
16 compare_failures.dart <stdio-url>
17
18 where `<stdio-url>` is a url for a test log (".../logs/stdio") from the
19 buildbot.
OLDNEW
« 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