OLD | NEW |
| (Empty) |
1 | |
2 <!DOCTYPE html> | |
3 | |
4 <html lang="en"> | |
5 <meta charset="utf-8"> | |
6 <title> | |
7 | |
8 Expired | |
9 | |
10 - | |
11 Infra Win Tester | |
12 308998ca182a0210 | |
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/darkpurple-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="/buildbucket/luci.infra.try/Infra%20Win%20Tester">Infra
Win Tester</a> | |
41 | |
42 Build 308998ca182a0210 | |
43 | |
44 | |
45 <img src="/static/common/logos/windows.svg" alt="Microsoft Windows" | |
46 width="25px"> | |
47 | |
48 | |
49 | |
50 </h1> | |
51 | |
52 <div class="column"> | |
53 | |
54 <h2>Results:</h2> | |
55 | |
56 | |
57 <p class="expired result">Internal Failure - Expired | |
58 | |
59 <span class="subtitle"> | |
60 <div class="step-text">Task expired</div> | |
61 </span> | |
62 </p> | |
63 | |
64 | |
65 | |
66 | |
67 | |
68 | |
69 <h2>Execution:</h2> | |
70 <ul> | |
71 | |
72 <li> | |
73 Source: | |
74 <a href="https://example.com/task?id=308998ca182a0210&show_raw=1&a
mp;wide_logs=true">Task 308998ca182a0210</a> | |
75 </li> | |
76 | |
77 | |
78 | |
79 | |
80 | |
81 <li> | |
82 Recipe: <a href="https://chromium.googlesource.com/infra/infra/+/m
aster/">infra_repo_trybot</a> | |
83 </li> | |
84 | |
85 </ul> | |
86 | |
87 | |
88 | |
89 | |
90 | |
91 | |
92 </div> | |
93 | |
94 <div class="column"> | |
95 | |
96 <h2>Build Properties:</h2> | |
97 | |
98 <table class="info BuildProperties" width="100%"> | |
99 <tr><th>Name</th><th>Value</th><th>Source</th></tr> | |
100 | |
101 | |
102 | |
103 | |
104 | |
105 </table> | |
106 | |
107 | |
108 | |
109 <h2>Timing:</h2> | |
110 <table class="info" width="100%"> | |
111 <tr class="alt"><td class="left">Start</td> | |
112 <td> | |
113 N/A | |
114 </td></tr> | |
115 <tr><td class="left">End</td> | |
116 <td> | |
117 N/A | |
118 </td></tr> | |
119 <tr class="alt"><td class="left">Elapsed</td> | |
120 <td id="duration"> | |
121 | |
122 N/A | |
123 | |
124 </td></tr> | |
125 </table> | |
126 | |
127 </div> | |
128 | |
129 | |
130 </div> | |
131 </div> | |
132 <script language="javascript"> | |
133 $(document).ready(function() { | |
134 | |
135 var check = function(className) { | |
136 $("#steps").removeClass("all standard interesting").addClass(className) | |
137 } | |
138 | |
139 $("#showInteresting").click(function(e) { | |
140 check("interesting"); | |
141 }); | |
142 $("#showStandard").click(function(e) { | |
143 check("standard"); | |
144 }); | |
145 $("#showAll").click(function(e) { | |
146 check("all"); | |
147 }); | |
148 | |
149 $("input[name='hider']").each(function(){ | |
150 if ($(this).prop("checked")) { | |
151 $(this).click(); | |
152 } | |
153 }); | |
154 }); | |
155 </script> | |
156 | |
157 <footer> | |
158 <hr> | |
159 <a href="https://github.com/luci">luci</a>, | |
160 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | |
161 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> | |
162 </footer> | |
163 <script> | |
164 (function () { | |
165 'use strict'; | |
166 milo.makeTimesLocal(); | |
167 milo.annotateDurations(); | |
168 $(document).tooltip({ | |
169 show: false, | |
170 hide: false | |
171 }); | |
172 })(); | |
173 </script> | |
174 <script> | |
175 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | |
176 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | |
177 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | |
178 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | |
179 | |
180 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | |
181 </script> | |
182 | |
183 <script> | |
184 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | |
185 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | |
186 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | |
187 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | |
188 | |
189 ga('create', 'UA-12345-01', 'auto'); | |
190 ga('send', 'pageview'); | |
191 </script> | |
192 | |
OLD | NEW |