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

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

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Created 3 years, 10 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 Pending 8 Pending
9 9
10 - 10 -
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 <h2>Execution:</h2> 54 <h2>Execution:</h2>
55 <ul> 55 <ul>
56 56
57 <li> 57 <li>
58 Source: 58 Source:
59 <a href="https://debug/user/task/2fb1b35e1da25710">Task 2fb1b35e1da257 10</a> 59 <a href="https://debug/user/task/2fb1b35e1da25710">Task 2fb1b35e1da257 10</a>
60 </li> 60 </li>
61 61
62 62
63 63
64
65
64 </ul> 66 </ul>
65 67
66 68
67 69
68 70
69 71
70 72
71 </div> 73 </div>
72 74
73 <div class="column"> 75 <div class="column">
74 76
75 <h2>Build Properties:</h2> 77 <h2>Build Properties:</h2>
76 78
77 <table class="info" width="100%"> 79 <table class="info" width="100%">
78 <tr><th>Name</th><th>Value</th><th>Source</th></tr> 80 <tr><th>Name</th><th>Value</th><th>Source</th></tr>
79 81
80 82
81 83
82 84
83 85
84
85
86 <tr>
87 <td class="left">os</td>
88 <td>
89
90 Linux
91
92 </td>
93 <td>Swarming Tags</td>
94 </tr>
95
96 <tr>
97 <td class="left">pool</td>
98 <td>
99
100 default
101
102 </td>
103 <td>Swarming Tags</td>
104 </tr>
105
106 <tr>
107 <td class="left">priority</td>
108 <td>
109
110 10
111
112 </td>
113 <td>Swarming Tags</td>
114 </tr>
115
116 <tr>
117 <td class="left">user</td>
118 <td>
119
120
121
122 </td>
123 <td>Swarming Tags</td>
124 </tr>
125
126 <tr>
127 <td class="left">allow_milo</td>
128 <td>
129
130 1
131
132 </td>
133 <td>Swarming Tags</td>
134 </tr>
135
136
137 </table> 86 </table>
138 87
139 88
140 89
141 <h2>Timing:</h2> 90 <h2>Timing:</h2>
142 <table class="info" width="100%"> 91 <table class="info" width="100%">
143 <tr class="alt"><td class="left">Start</td> 92 <tr class="alt"><td class="left">Start</td>
144 <td> 93 <td>
145 N/A 94 N/A
146 </td></tr> 95 </td></tr>
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <script> 158 <script>
210 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 159 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
211 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 160 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
212 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 161 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
213 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 162 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
214 163
215 ga('create', 'UA-12345-01', 'auto'); 164 ga('create', 'UA-12345-01', 'auto');
216 ga('send', 'pageview'); 165 ga('send', 'pageview');
217 </script> 166 </script>
218 167
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698