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

Unified Diff: milo/appengine/frontend/templates/buildbot/pages/build.html

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/frontend/templates/buildbot/pages/build.html
diff --git a/milo/appengine/frontend/templates/buildbot/pages/build.html b/milo/appengine/frontend/templates/buildbot/pages/build.html
index 40ec661fee01f47674209ad638b757df1e25ae5f..a8ad6c0d565a039a00bb2dedd5342d5ac6bf5dc7 100644
--- a/milo/appengine/frontend/templates/buildbot/pages/build.html
+++ b/milo/appengine/frontend/templates/buildbot/pages/build.html
@@ -31,6 +31,8 @@
<p class="success result">Build Successful
{{ else if eq .Status.String "InfraFailure" }}
<p class="exception result">Internal Failure
+ {{ else if eq .Status.String "Expired" }}
+ <p class="expired result">Internal Failure - Expired
{{ else if eq .Status.String "Failure" }}
<p class="failure result">Build Failed
{{ else if eq .Status.String "NotRun" }}

Powered by Google App Engine
This is Rietveld 408576698