| 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 <script src="/static/common/js/time.js"></script> | |
| 16 <script src="/static/common/third_party/js/jquery.min.js"></script> | |
| 17 | |
| 18 <link id="favicon" rel="shortcut icon" type="image/png" href="/static/common/fav
icon/darkpurple-32.png"> | |
| 19 | |
| 20 | |
| 21 | |
| 22 <body class="interface"> | |
| 23 <header> | |
| 24 Luci | |
| 25 <div> | |
| 26 | |
| 27 <a href="https://login.url/?target=/foobar">login</a> | |
| 28 | |
| 29 </div> | |
| 30 </header> | |
| 31 <hr> | |
| 32 | |
| 33 <div class="content"> | |
| 34 <h1> | |
| 35 | |
| 36 Builder <a href="/buildbucket/luci.infra.try/Infra%20Win%20Tester?server
=cr-buildbucket.appspot.com">Infra Win Tester</a> | |
| 37 | |
| 38 Build 308998ca182a0210 | |
| 39 | |
| 40 | |
| 41 <img src="/static/common/logos/windows.svg" alt="Microsoft Windows" | |
| 42 width="25px"> | |
| 43 | |
| 44 | |
| 45 | |
| 46 </h1> | |
| 47 | |
| 48 <div class="column"> | |
| 49 | |
| 50 <h2>Results:</h2> | |
| 51 | |
| 52 | |
| 53 <p class="expired result">Internal Failure - Expired | |
| 54 | |
| 55 <span class="subtitle"> | |
| 56 <div class="step-text">Task expired</div> | |
| 57 </span> | |
| 58 </p> | |
| 59 | |
| 60 | |
| 61 | |
| 62 | |
| 63 | |
| 64 | |
| 65 <h2>Execution:</h2> | |
| 66 <ul> | |
| 67 | |
| 68 <li> | |
| 69 Source: | |
| 70 <a href="https://example.com/user/task/308998ca182a0210">Task 308998ca
182a0210</a> | |
| 71 </li> | |
| 72 | |
| 73 | |
| 74 | |
| 75 | |
| 76 | |
| 77 <li> | |
| 78 Recipe: <a href="https://chromium.googlesource.com/infra/infra/+/m
aster/">infra_repo_trybot</a> | |
| 79 </li> | |
| 80 | |
| 81 </ul> | |
| 82 | |
| 83 | |
| 84 | |
| 85 | |
| 86 | |
| 87 | |
| 88 </div> | |
| 89 | |
| 90 <div class="column"> | |
| 91 | |
| 92 <h2>Build Properties:</h2> | |
| 93 | |
| 94 <table class="info" width="100%"> | |
| 95 <tr><th>Name</th><th>Value</th><th>Source</th></tr> | |
| 96 | |
| 97 | |
| 98 | |
| 99 | |
| 100 | |
| 101 </table> | |
| 102 | |
| 103 | |
| 104 | |
| 105 <h2>Timing:</h2> | |
| 106 <table class="info" width="100%"> | |
| 107 <tr class="alt"><td class="left">Start</td> | |
| 108 <td> | |
| 109 N/A | |
| 110 </td></tr> | |
| 111 <tr><td class="left">End</td> | |
| 112 <td> | |
| 113 N/A | |
| 114 </td></tr> | |
| 115 <tr class="alt"><td class="left">Elapsed</td> | |
| 116 <td id="duration"> | |
| 117 | |
| 118 N/A | |
| 119 | |
| 120 </td></tr> | |
| 121 </table> | |
| 122 | |
| 123 </div> | |
| 124 | |
| 125 | |
| 126 </div> | |
| 127 </div> | |
| 128 <script language="javascript"> | |
| 129 $(document).ready(function() { | |
| 130 var check = function(checked) { | |
| 131 var things = $("#steps"); | |
| 132 if (checked) { | |
| 133 $("#steps").removeClass("hide"); | |
| 134 } else { | |
| 135 $("#steps").addClass("hide"); | |
| 136 } | |
| 137 var numHidden = $(".verbosity-Hidden").length; | |
| 138 if (numHidden > 0) { | |
| 139 $("#numHidden").text("(" + numHidden + " hidden)"); | |
| 140 } else { | |
| 141 $("#numHidden").text(""); | |
| 142 } | |
| 143 }; | |
| 144 | |
| 145 check($("#showHidden").is(":checked")); | |
| 146 $("#showHidden").click(function(e) { | |
| 147 check($(this).is(":checked")); | |
| 148 }); | |
| 149 }); | |
| 150 </script> | |
| 151 | |
| 152 <footer> | |
| 153 <hr> | |
| 154 <a href="https://github.com/luci">luci</a>, | |
| 155 working for the <a href="https://chromium.org/">Chromium</a> project.<br> | |
| 156 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu
rday, 03-Feb-01 04:05:06 UTC</span></b> (All times local) | |
| 157 </footer> | |
| 158 <script> | |
| 159 (function () { | |
| 160 'use strict'; | |
| 161 milo.makeTimesLocal(); | |
| 162 })(); | |
| 163 </script> | |
| 164 <script> | |
| 165 (function(i,s,o,g,r,a,m){i['CrDXObject']=r;i[r]=i[r]||function(){ | |
| 166 (i[r].q=i[r].q||[]).push(arguments)},a=s.createElement(o), | |
| 167 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a
,m) | |
| 168 })(window,document,'script','https://storage.googleapis.com/crdx-feedback.ap
pspot.com/feedback.js','crdx'); | |
| 169 | |
| 170 crdx('setFeedbackButtonLink', 'https://bugs.chromium.org/p/chromium/issues/ent
ry?cc=hinoka@chromium.org&components=Infra%3EPlatform%3EMilo'); | |
| 171 </script> | |
| 172 | |
| 173 <script> | |
| 174 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio
n(){ | |
| 175 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme
nt(o), | |
| 176 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo
re(a,m) | |
| 177 })(window,document,'script','https://www.google-analytics.com/analytics.
js','ga'); | |
| 178 | |
| 179 ga('create', 'UA-12345-01', 'auto'); | |
| 180 ga('send', 'pageview'); | |
| 181 </script> | |
| 182 | |
| OLD | NEW |