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

Unified Diff: site/dev/testing/buildbot.md

Issue 1489583002: Add documentation for Status bot filters (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: site/dev/testing/buildbot.md
diff --git a/site/dev/testing/buildbot.md b/site/dev/testing/buildbot.md
index 941aadd7c35ac5e75900e95bfbbbc7b3e12ad1b7..0bee36cab3cf573e0662fc303f8c6cc538ce107b 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698