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

Side by Side Diff: site/dev/testing/buildbot.md

Issue 1330063002: Update documentation of colors on Status. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix bullets. Created 5 years, 3 months 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 * One or more Builders may run on a given Buildslave, but only one runs at 63 * One or more Builders may run on a given Buildslave, but only one runs at
64 a time. 64 a time.
65 * One or more Buildslaves may run on a given host machine. 65 * One or more Buildslaves may run on a given host machine.
66 66
67 67
68 Status View 68 Status View
69 ------------ 69 ------------
70 70
71 The status view shows a table with builders, grouped by test type and platform, 71 The status view shows a table with builders, grouped by test type and platform,
72 on the X-axis and commits on the Y-axis. The cells are colored according to 72 on the X-axis and commits on the Y-axis. The cells are colored according to
73 the status of the build for each commit: green indicates success, red indicates 73 the status of the build for each commit:
74 failure, light orange indicates an in-progress build, and white indicates that 74
75 no build has started yet for a given revision. Commits are listed by author, and 75 * green: success
76 the branch on which the commit was made is shown on the very left. 76 * orange: failure
77 * purple: exception (infrastructure issue)
78 * black border, no fill: build in progress
79 * blank: no build has started yet for a given revision
80
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.
77 83
78 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
79 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
80 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.
81 87
82 88
83 89
84 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