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

Unified Diff: milo/api/resp/status_string.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
Index: milo/api/resp/status_string.go
diff --git a/milo/api/resp/status_string.go b/milo/api/resp/status_string.go
index 997a3301c14d9e27cd6eda1fed712a5475560e88..08fb8c94f306efd855245faf557c19d845f07bce 100644
--- a/milo/api/resp/status_string.go
+++ b/milo/api/resp/status_string.go
@@ -26,9 +26,9 @@ func (i ComponentType) String() string {
return _ComponentType_name[_ComponentType_index[i]:_ComponentType_index[i+1]]
}
-const _Verbosity_name = "NormalHidden"
+const _Verbosity_name = "NormalHiddenInteresting"
-var _Verbosity_index = [...]uint8{0, 6, 12}
+var _Verbosity_index = [...]uint8{0, 6, 12, 23}
func (i Verbosity) String() string {
if i < 0 || i >= Verbosity(len(_Verbosity_index)-1) {
« no previous file with comments | « milo/api/resp/build.go ('k') | milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-exception.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698