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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot-swarming.TestableBuild-Basic_successful_build.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 Success 7 Success
8 8
9 - 9 -
10 10
11 Test swarming build 11 Test swarming build
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
17 19
18 <body class="interface"> 20 <body class="interface">
19 <header> 21 <header>
20 Luci 22 Luci
21 </header> 23 </header>
22 <hr> 24 <hr>
23 25
24 <div class="content"> 26 <div class="content">
25 <h1> 27 <h1>
26 28
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 <a href="https://github.com/luci">luci</a>, 107 <a href="https://github.com/luci">luci</a>,
106 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 108 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
107 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 109 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
108 </footer> 110 </footer>
109 <script> 111 <script>
110 (function () { 112 (function () {
111 'use strict'; 113 'use strict';
112 milo.makeTimesLocal(); 114 milo.makeTimesLocal();
113 })(); 115 })();
114 </script> 116 </script>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698