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

Unified 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 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 2f4a12fb532e651bfda4798fc5f6a88d6c38c433..941aadd7c35ac5e75900e95bfbbbc7b3e12ad1b7 100644
--- a/site/dev/testing/buildbot.md
+++ b/site/dev/testing/buildbot.md
@@ -70,10 +70,16 @@ Status View
The status view shows a table with builders, grouped by test type and platform,
on the X-axis and commits on the Y-axis. The cells are colored according to
-the status of the build for each commit: green indicates success, red indicates
-failure, light orange indicates an in-progress build, and white indicates that
-no build has started yet for a given revision. Commits are listed by author, and
-the branch on which the commit was made is shown on the very left.
+the status of the build for each commit:
+
+* green: success
+* orange: failure
+* purple: exception (infrastructure issue)
+* black border, no fill: build in progress
+* blank: no build has started yet for a given revision
+
+Commits are listed by author, and the branch on which the commit was made is
+shown on the very left. A purple result will override an orange result.
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
« 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