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

Unified Diff: milo/appengine/swarming/html_data.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/appengine/swarming/html_data.go
diff --git a/milo/appengine/swarming/html_data.go b/milo/appengine/swarming/html_data.go
index 9d0b22d796733f7279ece4f40fff4afbfa206fa7..a45417cc37823abefea99b4aa0ed4323f79ebb19 100644
--- a/milo/appengine/swarming/html_data.go
+++ b/milo/appengine/swarming/html_data.go
@@ -25,7 +25,7 @@ var testCases = []struct {
}{
{"build-canceled", "build-canceled.json"},
{"build-exception", "build-exception.json"},
- {"build-hang", "build-hang.json"},
+ {"build-expired", "build-expired.json"},
{"build-link", "build-link.json"},
{"build-patch-failure", "build-patch-failure.json"},
{"build-pending", "build-pending.json"},
« no previous file with comments | « milo/appengine/swarming/expectations/build-pending.json ('k') | milo/appengine/swarming/testdata/build-expired.swarm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698