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

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

Issue 2718373004: Milo: Print raw json for buildbot build properties (Closed)
Patch Set: train 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 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 <table class="info" width="100%"> 179 <table class="info" width="100%">
180 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 180 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
181 181
182 182
183 183
184 184
185 <tr> 185 <tr>
186 <td class="left">build_scm</td> 186 <td class="left">build_scm</td>
187 <td> 187 <td>
188 188
189 &#34;git&#34; 189 git
190 190
191 </td> 191 </td>
192 <td>update_scripts</td> 192 <td>update_scripts</td>
193 </tr> 193 </tr>
194 194
195 <tr> 195 <tr>
196 <td class="left">build_revision</td> 196 <td class="left">build_revision</td>
197 <td> 197 <td>
198 198
199 &#34;1fb19c56e954ada4c990ed04cf8a004e16def555&#34; 199 1fb19c56e954ada4c990ed04cf8a004e16def555
200 200
201 </td> 201 </td>
202 <td>update_scripts</td> 202 <td>update_scripts</td>
203 </tr> 203 </tr>
204 204
205 205
206 206
207 207
208 208
209 209
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 <script> 409 <script>
410 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 410 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
411 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 411 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
412 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 412 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
413 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 413 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
414 414
415 ga('create', 'UA-12345-01', 'auto'); 415 ga('create', 'UA-12345-01', 'auto');
416 ga('send', 'pageview'); 416 ga('send', 'pageview');
417 </script> 417 </script>
418 418
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698