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

Side by Side Diff: milo/appengine/frontend/expectations/swarming.build-build-patch-failure.html

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: Rebase Created 3 years, 9 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 Failed 8 Failed
9 9
10 - 10 -
(...skipping 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 <table class="info" width="100%"> 200 <table class="info" width="100%">
201 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 201 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
202 202
203 203
204 204
205 205
206 <tr> 206 <tr>
207 <td class="left">build_scm</td> 207 <td class="left">build_scm</td>
208 <td> 208 <td>
209 209
210 &#34;git&#34; 210 git
211 211
212 </td> 212 </td>
213 <td>update_scripts</td> 213 <td>update_scripts</td>
214 </tr> 214 </tr>
215 215
216 <tr> 216 <tr>
217 <td class="left">build_revision</td> 217 <td class="left">build_revision</td>
218 <td> 218 <td>
219 219
220 &#34;1fb19c56e954ada4c990ed04cf8a004e16def555&#34; 220 1fb19c56e954ada4c990ed04cf8a004e16def555
221 221
222 </td> 222 </td>
223 <td>update_scripts</td> 223 <td>update_scripts</td>
224 </tr> 224 </tr>
225 225
226 226
227 227
228 228
229 229
230 230
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 <script> 417 <script>
418 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 418 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
419 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 419 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
420 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 420 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
421 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 421 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
422 422
423 ga('create', 'UA-12345-01', 'auto'); 423 ga('create', 'UA-12345-01', 'auto');
424 ga('send', 'pageview'); 424 ga('send', 'pageview');
425 </script> 425 </script>
426 426
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698