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

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: Retrain, remove build-hang test case 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/appengine/swarming/html_data.go
diff --git a/milo/appengine/swarming/html_data.go b/milo/appengine/swarming/html_data.go
index 1f97e9693156e6aa5eb51fd8bcf643e0be05898f..4bbd02dd657d509d377ee5cdeac22391d292bd8a 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"},

Powered by Google App Engine
This is Rietveld 408576698