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

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

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: Add in empty strings Created 3 years, 8 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 Running 8 Running
9 9
10 - 10 -
(...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after
156 <h2>Build Properties:</h2> 156 <h2>Build Properties:</h2>
157 157
158 <table class="info" width="100%"> 158 <table class="info" width="100%">
159 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 159 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
160 160
161 161
162 162
163 163
164 <tr> 164 <tr>
165 <td class="left">path_config</td> 165 <td class="left">path_config</td>
166 <td> 166 <td>kitchen</td>
167
168 kitchen
169
170 </td>
171 <td>recipe bootstrap</td> 167 <td>recipe bootstrap</td>
172 </tr> 168 </tr>
173 169
174 <tr> 170 <tr>
175 <td class="left">slavename</td> 171 <td class="left">slavename</td>
176 <td> 172 <td>fakeslave</td>
177
178 fakeslave
179
180 </td>
181 <td>recipe bootstrap</td> 173 <td>recipe bootstrap</td>
182 </tr> 174 </tr>
183 175
184 <tr> 176 <tr>
185 <td class="left">buildername</td> 177 <td class="left">buildername</td>
186 <td> 178 <td>infra-continuous-precise-32</td>
187
188 infra-continuous-precise-32
189
190 </td>
191 <td>recipe bootstrap</td> 179 <td>recipe bootstrap</td>
192 </tr> 180 </tr>
193 181
194 <tr> 182 <tr>
195 <td class="left">mastername</td> 183 <td class="left">mastername</td>
196 <td> 184 <td>chromium.infra</td>
197
198 chromium.infra
199
200 </td>
201 <td>recipe bootstrap</td> 185 <td>recipe bootstrap</td>
202 </tr> 186 </tr>
203 187
204 188
205 189
206 190
207 191
208 192
209 193
210 194
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
286 <script> 270 <script>
287 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 271 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
288 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 272 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
289 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 273 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
290 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 274 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
291 275
292 ga('create', 'UA-12345-01', 'auto'); 276 ga('create', 'UA-12345-01', 'auto');
293 ga('send', 'pageview'); 277 ga('send', 'pageview');
294 </script> 278 </script>
295 279
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698