From b1514801cc519b36d5d064c6d70dfdd788474f5d Mon Sep 17 00:00:00 2001 From: borenet Date: Mon, 30 Nov 2015 09:58:56 -0800 Subject: Add documentation for Status bot filters BUG=skia:4602 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=1489583002 Review URL: https://codereview.chromium.org/1489583002 --- site/dev/testing/buildbot.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'site/dev/testing/buildbot.md') diff --git a/site/dev/testing/buildbot.md b/site/dev/testing/buildbot.md index 941aadd7c3..0bee36cab3 100644 --- a/site/dev/testing/buildbot.md +++ b/site/dev/testing/buildbot.md @@ -85,6 +85,18 @@ For more detail, you can click on an individual cell to get a summary of the steps which ran for that build. You can also click one of the white bars at the top of each column to see a summary of recent builds for a given builder. - +The status page has several filters which can be used to show only a subset of +bots: + +* Interesting: Bots which have both successes and failures within the visible + commit window. +* Failures: Bots which have failures within the visible commit window. +* Comments: Bots which have comments. +* Failing w/o comment: Bots which have failures within the visible commit window + but have no comments. +* All: Display all bots. +* Search: Enter a search string. Substrings and regular expressions may be + used, per the Javascript String Match() rules: + http://www.w3schools.com/jsref/jsref_match.asp -- cgit v1.2.3