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

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: 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
« no previous file with comments | « milo/appengine/frontend/static/buildbot/css/default.css ('k') | milo/appengine/logdog/build.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 03f81a62561728a717acac3549b6490aba85d2c8..40e56e74250fbcf7babb232fe13b2584e022c6da 100644
--- a/milo/appengine/frontend/templates/buildbot/pages/build.html
+++ b/milo/appengine/frontend/templates/buildbot/pages/build.html
@@ -46,6 +46,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" }}
« no previous file with comments | « milo/appengine/frontend/static/buildbot/css/default.css ('k') | milo/appengine/logdog/build.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698