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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-finished-logdog-expired-stream.html

Issue 2921573002: Milo UI tweaks (Closed)
Patch Set: only -> Only 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
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 Infra Failure 8 Infra Failure
9 9
10 - 10 -
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 77
78 78
79 <h2>Steps and Logfiles:</h2> 79 <h2>Steps and Logfiles:</h2>
80 Show: 80 Show:
81 <input type="radio" name="hider" id="showAll"> 81 <input type="radio" name="hider" id="showAll">
82 <label for="showAll">All</label> 82 <label for="showAll">All</label>
83 <input type="radio" name="hider" id="showStandard" checked> 83 <input type="radio" name="hider" id="showStandard" checked>
84 <label for="showStandard">Standard</label> 84 <label for="showStandard">Standard</label>
85 <input type="radio" name="hider" id="showInteresting"> 85 <input type="radio" name="hider" id="showInteresting">
86 <label for="showInteresting">Interesting Only</label> 86 <label for="showInteresting">Non-Green Only</label>
87 <ol id="steps" class="standard"> 87 <ol id="steps" class="standard">
88 88
89 89
90 90
91 91
92 92
93 93
94 <li class="verbosity-Interesting"> 94 <li class="verbosity-Interesting">
95 <div class="status-InfraFailure result"> 95 <div class="status-InfraFailure result">
96 <b>LogDog stream not found</b> 96 <span class="duration"
97 <span style="float:right"
98 class="duration"
99 data-starttime="2016-03-14T10:00:01Z" 97 data-starttime="2016-03-14T10:00:01Z"
100 data-endtime="2016-03-14T11:00:18Z"> 98 data-endtime="2016-03-14T11:00:18Z">
101 ( 1 hrs )</span> 99 ( 1 hrs )</span>
100 <b>LogDog stream not found</b>
102 <span> 101 <span>
103 <div class="step-text">Job likely failed to start.</div> 102 <div class="step-text">Job likely failed to start.</div>
104 </span> 103 </span>
105 </div> 104 </div>
106 <ul> 105 <ul>
107 106
108 107
109 108
110 <li> - no logs - </li> 109 <li class="sublink"> - no logs - </li>
111 110
112 </ul> 111 </ul>
113 </li> 112 </li>
114 113
115 </ol> 114 </ol>
116 115
117 116
118 </div> 117 </div>
119 118
120 <div class="column"> 119 <div class="column">
121 120
122 <h2>Build Properties:</h2> 121 <h2>Build Properties:</h2>
123 122
124 <table class="info" width="100%"> 123 <table class="info BuildProperties" width="100%">
125 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 124 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
126 125
127 126
128 127
129 128
130 <tr> 129 <tr>
131 <td class="left">Exit Code</td> 130 <td class="left">Exit Code</td>
132 <td>1</td> 131 <td class="middle"><abbr title="1">1</abbr></td>
133 <td>Swarming</td> 132 <td>Swarming</td>
134 </tr> 133 </tr>
135 134
136 135
137 </table> 136 </table>
138 137
139 138
140 139
141 <h2>Timing:</h2> 140 <h2>Timing:</h2>
142 <table class="info" width="100%"> 141 <table class="info" width="100%">
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 <script> 214 <script>
216 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 215 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
217 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 216 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
218 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 217 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
219 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 218 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
220 219
221 ga('create', 'UA-12345-01', 'auto'); 220 ga('create', 'UA-12345-01', 'auto');
222 ga('send', 'pageview'); 221 ga('send', 'pageview');
223 </script> 222 </script>
224 223
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698