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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-hang.html

Issue 2250263005: Milo: Prefetch logs that are failures (Closed) Base URL: https://chromium.googlesource.com/external/github.com/luci/luci-go@master
Patch Set: URL fix 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 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 Exception 7 Exception
8 8
9 - 9 -
10 10
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 stdout</a></li> 103 stdout</a></li>
104 104
105 105
106 <li><a href="foo/steps/setup_build/0/logs/run_recipe/0"> 106 <li><a href="foo/steps/setup_build/0/logs/run_recipe/0">
107 steps/setup_build/0/logs/run_recipe/0</a></li> 107 steps/setup_build/0/logs/run_recipe/0</a></li>
108 108
109 109
110 </ul> 110 </ul>
111 </li> 111 </li>
112 112
113 <li class="verbosity-Normal default"> 113 <li class="verbosity-Interesting default">
114 <div class="status-InfraFailure result"> 114 <div class="status-InfraFailure result">
115 <b>bot_update</b> 115 <b>bot_update</b>
116 <span style="float:right">( 3 hrs )</span> 116 <span style="float:right">( 3 hrs )</span>
117 <span> 117 <span>
118 118
119 </span> 119 </span>
120 </div> 120 </div>
121 <ul> 121 <ul>
122 122
123 <li><a href="foo/steps/bot_update/0/stdout"> 123 <li><a href="foo/steps/bot_update/0/stdout">
124 stdout</a></li> 124 stdout</a></li>
125 125 <link rel="prerender" href="foo/steps/bot_update/0/stdout">
126 <link rel="prefetch" href="foo/steps/bot_update/0/stdout">
126 127
127 128
128 </ul> 129 </ul>
129 </li> 130 </li>
130 131
131 </ol> 132 </ol>
132 133
133 134
134 </div> 135 </div>
135 136
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
224 <a href="https://github.com/luci">luci</a>, 225 <a href="https://github.com/luci">luci</a>,
225 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 226 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
226 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 227 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
227 </footer> 228 </footer>
228 <script> 229 <script>
229 (function () { 230 (function () {
230 'use strict'; 231 'use strict';
231 milo.makeTimesLocal(); 232 milo.makeTimesLocal();
232 })(); 233 })();
233 </script> 234 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698