OLD | NEW |
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 Loading... |
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 | |
OLD | NEW |