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 |