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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-build-exception.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: Also add prefetch 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 Failed 7 Failed
8 8
9 - 9 -
10 10
11 2d8d62f6be545b10 11 2d8d62f6be545b10
12 </title> 12 </title>
13 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 13 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
14 <script src="/static/common/js/time.js"></script> 14 <script src="/static/common/js/time.js"></script>
15 <script src="/static/common/third_party/js/jquery.min.js"></script> 15 <script src="/static/common/third_party/js/jquery.min.js"></script>
16 16
17
18 <link rel="prerender" href="foo/steps/bot_update/0/stdout">
19 <link rel="prefetch" href="foo/steps/bot_update/0/stdout">
20
21 <link rel="prerender" href="foo/steps/Uncaught_Exception/0/stdout">
22 <link rel="prefetch" href="foo/steps/Uncaught_Exception/0/stdout">
23
24
17 25
18 <body class="interface"> 26 <body class="interface">
19 <header> 27 <header>
20 Luci 28 Luci
21 </header> 29 </header>
22 <hr> 30 <hr>
23 31
24 <div class="content"> 32 <div class="content">
25 <h1> 33 <h1>
26 34
(...skipping 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 <a href="https://github.com/luci">luci</a>, 294 <a href="https://github.com/luci">luci</a>,
287 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 295 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
288 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 296 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
289 </footer> 297 </footer>
290 <script> 298 <script>
291 (function () { 299 (function () {
292 'use strict'; 300 'use strict';
293 milo.makeTimesLocal(); 301 milo.makeTimesLocal();
294 })(); 302 })();
295 </script> 303 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698