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

Side by Side Diff: milo/appengine/frontend/expectations/bootstrap-swarming.TestableBuild-build-pending.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 unified diff | Download patch
OLDNEW
1 1
2 2
3 <!DOCTYPE html> 3 <!DOCTYPE html>
4 <html lang="en"> 4 <html lang="en">
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
8 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 9
10 <meta name="description" content=""> 10 <meta name="description" content="">
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 <table class="table table-condensed table-hover"> 67 <table class="table table-condensed table-hover">
68 68
69 </table> 69 </table>
70 </div> 70 </div>
71 71
72 <div class="col-md-6"> 72 <div class="col-md-6">
73 <h4>Build Properties</h4> 73 <h4>Build Properties</h4>
74 74
75 75
76 76
77
78
79
77 <strong>os</strong>: 80 <strong>os</strong>:
78 Linux 81 Linux
79 <small class="muted">(Swarming Tags)</small> 82 <small class="muted">(Swarming Tags)</small>
80 <br> 83 <br>
81 84
82 <strong>pool</strong>: 85 <strong>pool</strong>:
83 default 86 default
84 <small class="muted">(Swarming Tags)</small> 87 <small class="muted">(Swarming Tags)</small>
85 <br> 88 <br>
86 89
(...skipping 19 matching lines...) Expand all
106 109
107 </div> 110 </div>
108 111
109 112
110 113
111 114
112 <script src="/static/common/third_party/js/jquery.min.js"></script> 115 <script src="/static/common/third_party/js/jquery.min.js"></script>
113 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script> 116 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
114 </body> 117 </body>
115 </html> 118 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698