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

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

Issue 2254993002: Milo: Add task expired as a failure status (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: Use proto instead Created 4 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
Index: milo/api/resp/status_string.go
diff --git a/milo/api/resp/status_string.go b/milo/api/resp/status_string.go
index 08fb8c94f306efd855245faf557c19d845f07bce..2422c21c41efd029957f9a5b14ea8479f798dd8e 100644
--- a/milo/api/resp/status_string.go
+++ b/milo/api/resp/status_string.go
@@ -4,9 +4,9 @@ package resp
import "fmt"
-const _Status_name = "NotRunRunningSuccessFailureWarningInfraFailureDependencyFailureWaitingDependency"
+const _Status_name = "NotRunRunningSuccessFailureWarningInfraFailureExpiredDependencyFailureWaitingDependency"
-var _Status_index = [...]uint8{0, 6, 13, 20, 27, 34, 46, 63, 80}
+var _Status_index = [...]uint8{0, 6, 13, 20, 27, 34, 46, 53, 70, 87}
func (i Status) String() string {
if i < 0 || i >= Status(len(_Status_index)-1) {
« no previous file with comments | « milo/api/resp/build.go ('k') | milo/appengine/frontend/expectations/bootstrap-swarming.TestableBuild-build-expired.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698