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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot.build-Debug_page-_gerritCL_1234.html

Issue 2949783002: [milo] appengine/* -> * (Closed)
Patch Set: rebase Created 3 years, 6 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
(Empty)
1
2 <!DOCTYPE html>
3
4 <html lang="en">
5 <meta charset="utf-8">
6 <title>
7
8 Failed
9
10 -
11
12 #0
13 </title>
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>
18 <script src="/static/common/js/time.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>
21
22 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav icon/red-32.png">
23
24
25
26 <body class="interface">
27 <header>
28 Luci
29 <div>
30
31 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a>
32
33 </div>
34 </header>
35 <hr>
36
37 <div class="content">
38 <h1>
39
40 Builder <a href="."></a>
41
42 Build #0
43
44 </h1>
45
46 <div class="column">
47
48 <h2>Results:</h2>
49
50
51 <p class="failure result">Build Failed
52
53 <span class="subtitle">
54
55 </span>
56 </p>
57
58
59
60
61
62
63 <h2>SourceStamp:</h2>
64
65 <table class="info" width="100%">
66
67
68
69
70
71
72
73
74
75
76 <tr><td class="left">Patch</td><td><a href="https://example.com/c/12345" >Gerrit CL 12345</a></td></tr>
77
78
79 </table>
80
81
82
83
84 <h2>Execution:</h2>
85 <ul>
86
87 <li>
88 Source:
89 <a href="https://build.chromium.org/p//builders//builds/0">//0</a>
90 </li>
91
92
93
94 <li>
95 Bot:
96 <a href="https://build.chromium.org/p//buildslaves/"></a>
97 </li>
98
99
100
101 </ul>
102
103
104
105
106
107
108
109 <h2>Steps and Logfiles:</h2>
110 Show:
111 <input type="radio" name="hider" id="showAll">
112 <label for="showAll">All</label>
113 <input type="radio" name="hider" id="showStandard" checked>
114 <label for="showStandard">Standard</label>
115 <input type="radio" name="hider" id="showInteresting">
116 <label for="showInteresting">Non-Green Only</label>
117 <ol id="steps" class="standard">
118
119
120
121
122
123
124 <li class="verbosity-Interesting">
125 <div class="status-Failure result">
126 <span class="duration"
127 data-starttime="2016-06-27T23:30:30Z"
128 data-endtime="2016-06-27T23:50:06Z">
129 ( 19 mins 36 secs )</span>
130 <b>steps</b>
131 <span>
132 <div class="step-text">line 1</div><div class="step-text">&nbsp; </div><div class="step-text">line 3</div>
133 </span>
134 </div>
135 <ul>
136
137
138 <li class="sublink"><a href="http://build.chromium.org/p/tryserv er.chromium.win/builders/win_chromium_rel_ng/builds/246309/steps/steps/logs/prea mble">preamble</a></li>
139
140
141 </ul>
142 </li>
143
144 </ol>
145
146
147 </div>
148
149 <div class="column">
150
151 <h2>Build Properties:</h2>
152
153 <table class="info BuildProperties" width="100%">
154 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
155
156
157
158
159 <tr>
160 <td class="left">patch_gerrit_url</td>
161 <td class="middle"><abbr title="&#34;https://example.com/&#34;">&# 34;https://example.com/&#34;</abbr></td>
162 <td>somewhere</td>
163 </tr>
164
165 <tr>
166 <td class="left">patch_issue</td>
167 <td class="middle"><abbr title="12345">12345</abbr></td>
168 <td>somewhere</td>
169 </tr>
170
171
172 </table>
173
174
175
176 <h2>Timing:</h2>
177 <table class="info" width="100%">
178 <tr class="alt"><td class="left">Start</td>
179 <td>
180 <span class="local-time" data-timestamp="1467070230080">Monday, 27-Jun -16 23:30:30 UTC</span>
181 </td></tr>
182 <tr><td class="left">End</td>
183 <td>
184 <span class="local-time" data-timestamp="1467071406476">Monday, 27-Jun -16 23:50:06 UTC</span>
185 </td></tr>
186 <tr class="alt"><td class="left">Elapsed</td>
187 <td id="duration">
188
189 19 mins 36 secs
190
191 </td></tr>
192 </table>
193
194 </div>
195
196
197 </div>
198 </div>
199 <script language="javascript">
200 $(document).ready(function() {
201
202 var check = function(className) {
203 $("#steps").removeClass("all standard interesting").addClass(className)
204 }
205
206 $("#showInteresting").click(function(e) {
207 check("interesting");
208 });
209 $("#showStandard").click(function(e) {
210 check("standard");
211 });
212 $("#showAll").click(function(e) {
213 check("all");
214 });
215
216 $("input[name='hider']").each(function(){
217 if ($(this).prop("checked")) {
218 $(this).click();
219 }
220 });
221 });
222 </script>
223
224 <footer>
225 <hr>
226 <a href="https://github.com/luci">luci</a>,
227 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
228 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
229 </footer>
230 <script>
231 (function () {
232 'use strict';
233 milo.makeTimesLocal();
234 milo.annotateDurations();
235 $(document).tooltip({
236 show: false,
237 hide: false
238 });
239 })();
240 </script>
241 <script>
242 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){
243 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o),
244 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a ,m)
245 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap pspot.com/feedback.js','crdx');
246
247 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo');
248 </script>
249
250 <script>
251 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
252 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
253 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
254 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
255
256 ga('create', 'UA-12345-01', 'auto');
257 ga('send', 'pageview');
258 </script>
259
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698