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

Side by Side 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 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Skia Buildbots 1 Skia Buildbots
2 ============== 2 ==============
3 3
4 Overview 4 Overview
5 -------- 5 --------
6 6
7 Like the Chromium team, the Skia team uses [buildbot](http://trac.buildbot.net/) 7 Like the Chromium team, the Skia team uses [buildbot](http://trac.buildbot.net/)
8 to run continuous builds and tests. 8 to run continuous builds and tests.
9 9
10 Here is a link to our main status page: https://status.skia.org/ 10 Here is a link to our main status page: https://status.skia.org/
(...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 * black border, no fill: build in progress 78 * black border, no fill: build in progress
79 * blank: no build has started yet for a given revision 79 * blank: no build has started yet for a given revision
80 80
81 Commits are listed by author, and the branch on which the commit was made is 81 Commits are listed by author, and the branch on which the commit was made is
82 shown on the very left. A purple result will override an orange result. 82 shown on the very left. A purple result will override an orange result.
83 83
84 For more detail, you can click on an individual cell to get a summary of the 84 For more detail, you can click on an individual cell to get a summary of the
85 steps which ran for that build. You can also click one of the white bars at 85 steps which ran for that build. You can also click one of the white bars at
86 the top of each column to see a summary of recent builds for a given builder. 86 the top of each column to see a summary of recent builds for a given builder.
87 87
88 The status page has several filters which can be used to show only a subset of
89 bots:
90
91 * Interesting: Bots which have both successes and failures within the visible
92 commit window.
93 * Failures: Bots which have failures within the visible commit window.
94 * Comments: Bots which have comments.
95 * Failing w/o comment: Bots which have failures within the visible commit window
96 but have no comments.
97 * All: Display all bots.
98 * Search: Enter a search string. Substrings and regular expressions may be
99 used, per the Javascript String Match() rules:
100 http://www.w3schools.com/jsref/jsref_match.asp
88 101
89 102
90
OLDNEW
« 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