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

Unified Diff: milo/api/resp/build.go

Issue 2250263005: Milo: Prefetch logs that are failures (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: URL fix Created 4 years, 4 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 | milo/api/resp/status_string.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: milo/api/resp/build.go
diff --git a/milo/api/resp/build.go b/milo/api/resp/build.go
index 09aae0471b454f5f5c489254e545209001294519..0bc1f4345e0700d9c1b6992b5667e512a0425c57 100644
--- a/milo/api/resp/build.go
+++ b/milo/api/resp/build.go
@@ -188,6 +188,10 @@ const (
// Hidden items are by default not displayed.
Hidden
+
+ // Interesting items are a signal that they should be annuciated, or
+ // pre-fetched.
+ Interesting
)
// BuildComponent represents a single Step, subsetup, attempt, or recipe.
« no previous file with comments | « no previous file | milo/api/resp/status_string.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698