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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-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 <!DOCTYPE html> 2 <!DOCTYPE html>
3 3
4 <meta charset="utf-8"> 4 <meta charset="utf-8">
5 <title> 5 <title>
6 6
7 Pending 7 Pending
8 8
9 - 9 -
10 10
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 <div class="column"> 72 <div class="column">
73 73
74 <h2>Build Properties:</h2> 74 <h2>Build Properties:</h2>
75 75
76 <table class="info" width="100%"> 76 <table class="info" width="100%">
77 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 77 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
78 78
79 79
80 80
81 81
82
83
84
82 <tr> 85 <tr>
83 <td class="left">os</td> 86 <td class="left">os</td>
84 <td> 87 <td>
85 88
86 Linux 89 Linux
87 90
88 </td> 91 </td>
89 <td>Swarming Tags</td> 92 <td>Swarming Tags</td>
90 </tr> 93 </tr>
91 94
(...skipping 102 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 <script> 197 <script>
195 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 198 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
196 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 199 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
197 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 200 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
198 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 201 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
199 202
200 ga('create', 'UA-12345-01', 'auto'); 203 ga('create', 'UA-12345-01', 'auto');
201 ga('send', 'pageview'); 204 ga('send', 'pageview');
202 </script> 205 </script>
203 206
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698