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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-exception.html

Issue 2835193006: Milo: Add timestamp name and tooltip (Closed)
Patch Set: Review Created 3 years, 7 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 <html lang="en"> 4 <html lang="en">
5 <meta charset="utf-8"> 5 <meta charset="utf-8">
6 <title> 6 <title>
7 7
8 Failed 8 Failed
9 9
10 - 10 -
11 11
12 2d8d62f6be545b10 12 2d8d62f6be545b10
13 </title> 13 </title>
14 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 14 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
15 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css">
16 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script>
17 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m in.js"></script>
15 <script src="/static/common/js/time.js"></script> 18 <script src="/static/common/js/time.js"></script>
16 <script src="/static/common/third_party/js/jquery.min.js"></script> 19 <script src="/static/common/third_party/js/jquery.min.js"></script>
20 <script src="/static/common/third_party/js/jquery-ui.min.js"></script>
17 21
18 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav icon/red-32.png"> 22 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav icon/red-32.png">
19 23
20 24
21 25
22 <body class="interface"> 26 <body class="interface">
23 <header> 27 <header>
24 Luci 28 Luci
25 <div> 29 <div>
26 30
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 <h2>Steps and Logfiles:</h2> 79 <h2>Steps and Logfiles:</h2>
76 <input type="checkbox" id="showHidden"> 80 <input type="checkbox" id="showHidden">
77 <label for="showHidden">Show hidden <span id="numHidden"></span></label> 81 <label for="showHidden">Show hidden <span id="numHidden"></span></label>
78 <ol id="steps" class="hide"> 82 <ol id="steps" class="hide">
79 83
80 84
81 85
82 <li class="verbosity-Interesting"> 86 <li class="verbosity-Interesting">
83 <div class="status-Failure result"> 87 <div class="status-Failure result">
84 <b>Steps</b> 88 <b>Steps</b>
85 <span style="float:right">( 1 hrs )</span> 89 <span style="float:right"
90 class="duration"
91 data-starttime="2016-03-14T10:00:01Z"
92 data-endtime="2016-03-14T11:00:18Z">
93 ( 1 hrs )</span>
86 </div> 94 </div>
87 <ul> 95 <ul>
88 96
89 <li><a href="foo/stdout">stdout</a></li> 97 <li><a href="foo/stdout">stdout</a></li>
90 98
91 </ul> 99 </ul>
92 </li> 100 </li>
93 101
94 102
95 103
96 104
97 <li class="verbosity-Hidden"> 105 <li class="verbosity-Hidden">
98 <div class="status-Success result"> 106 <div class="status-Success result">
99 <b>recipe bootstrap</b> 107 <b>recipe bootstrap</b>
100 <span style="float:right">( 7 secs )</span> 108 <span style="float:right"
109 class="duration"
110 data-starttime="2016-03-14T10:00:02Z"
111 data-endtime="2016-03-14T10:00:09Z">
112 ( 7 secs )</span>
101 <span> 113 <span>
102 114
103 </span> 115 </span>
104 </div> 116 </div>
105 <ul> 117 <ul>
106 118
107 <li><a href="foo/steps/recipe_bootstrap/0/stdout">stdout</a></li > 119 <li><a href="foo/steps/recipe_bootstrap/0/stdout">stdout</a></li >
108 120
109 121
110 </ul> 122 </ul>
111 </li> 123 </li>
112 124
113 <li class="verbosity-Hidden"> 125 <li class="verbosity-Hidden">
114 <div class="status-Success result"> 126 <div class="status-Success result">
115 <b>setup_build</b> 127 <b>setup_build</b>
116 <span style="float:right">( 1 secs )</span> 128 <span style="float:right"
129 class="duration"
130 data-starttime="2016-03-14T10:00:03Z"
131 data-endtime="2016-03-14T10:00:04Z">
132 ( 1 secs )</span>
117 <span> 133 <span>
118 <div class="step-text">running recipe: &#34;v8&#34;</div> 134 <div class="step-text">running recipe: &#34;v8&#34;</div>
119 </span> 135 </span>
120 </div> 136 </div>
121 <ul> 137 <ul>
122 138
123 <li><a href="foo/steps/setup_build/0/stdout">stdout</a></li> 139 <li><a href="foo/steps/setup_build/0/stdout">stdout</a></li>
124 140
125 <li><a href="foo/steps/setup_build/0/logs/run_recipe/0">run_reci pe</a></li> 141 <li><a href="foo/steps/setup_build/0/logs/run_recipe/0">run_reci pe</a></li>
126 142
127 143
128 </ul> 144 </ul>
129 </li> 145 </li>
130 146
131 <li class="verbosity-Interesting"> 147 <li class="verbosity-Interesting">
132 <div class="status-InfraFailure result"> 148 <div class="status-InfraFailure result">
133 <b>bot_update</b> 149 <b>bot_update</b>
134 <span style="float:right">( 1 secs )</span> 150 <span style="float:right"
151 class="duration"
152 data-starttime="2016-03-14T10:00:05Z"
153 data-endtime="2016-03-14T10:00:06Z">
154 ( 1 secs )</span>
135 <span> 155 <span>
136 156
137 </span> 157 </span>
138 </div> 158 </div>
139 <ul> 159 <ul>
140 160
141 <li><a href="foo/steps/bot_update/0/stdout">stdout</a></li> 161 <li><a href="foo/steps/bot_update/0/stdout">stdout</a></li>
142 <link rel="prerender" href="foo/steps/bot_update/0/stdout"> 162 <link rel="prerender" href="foo/steps/bot_update/0/stdout">
143 <link rel="prefetch" href="foo/steps/bot_update/0/stdout"> 163 <link rel="prefetch" href="foo/steps/bot_update/0/stdout">
144 164
145 165
146 166
147 <li><a href="foo/steps/bot_update/0/logs/json.output__invalid_/0 ">json.output (invalid)</a></li> 167 <li><a href="foo/steps/bot_update/0/logs/json.output__invalid_/0 ">json.output (invalid)</a></li>
148 168
149 169
150 </ul> 170 </ul>
151 </li> 171 </li>
152 172
153 <li class="verbosity-Interesting"> 173 <li class="verbosity-Interesting">
154 <div class="status-InfraFailure result"> 174 <div class="status-InfraFailure result">
155 <b>Uncaught Exception</b> 175 <b>Uncaught Exception</b>
156 <span style="float:right">( 1 secs )</span> 176 <span style="float:right"
177 class="duration"
178 data-starttime="2016-03-14T10:00:07Z"
179 data-endtime="2016-03-14T10:00:08Z">
180 ( 1 secs )</span>
157 <span> 181 <span>
158 182
159 </span> 183 </span>
160 </div> 184 </div>
161 <ul> 185 <ul>
162 186
163 <li><a href="foo/steps/Uncaught_Exception/0/stdout">stdout</a></ li> 187 <li><a href="foo/steps/Uncaught_Exception/0/stdout">stdout</a></ li>
164 <link rel="prerender" href="foo/steps/Uncaught_Exception/0/s tdout"> 188 <link rel="prerender" href="foo/steps/Uncaught_Exception/0/s tdout">
165 <link rel="prefetch" href="foo/steps/Uncaught_Exception/0/st dout"> 189 <link rel="prefetch" href="foo/steps/Uncaught_Exception/0/st dout">
166 190
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
287 <footer> 311 <footer>
288 <hr> 312 <hr>
289 <a href="https://github.com/luci">luci</a>, 313 <a href="https://github.com/luci">luci</a>,
290 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 314 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
291 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 315 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
292 </footer> 316 </footer>
293 <script> 317 <script>
294 (function () { 318 (function () {
295 'use strict'; 319 'use strict';
296 milo.makeTimesLocal(); 320 milo.makeTimesLocal();
321 milo.annotateDurations();
322 $(document).tooltip({
323 show: false,
324 hide: false
325 });
297 })(); 326 })();
298 </script> 327 </script>
299 <script> 328 <script>
300 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ 329 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
301 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), 330 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
302 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m) 331 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
303 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx'); 332 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
304 333
305 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); 334 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
306 </script> 335 </script>
307 336
308 <script> 337 <script>
309 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 338 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
310 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 339 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
311 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 340 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
312 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 341 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
313 342
314 ga('create', 'UA-12345-01', 'auto'); 343 ga('create', 'UA-12345-01', 'auto');
315 ga('send', 'pageview'); 344 ga('send', 'pageview');
316 </script> 345 </script>
317 346
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698