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

Side by Side Diff: milo/appengine/frontend/expectations/buildbot.builder-Basic_Test_with_builds.html

Issue 2931773004: Milo: Add machine pool info for buildbot builder view. (Closed)
Patch Set: Rebase 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>Builder Sample Builder</title> 6 <title>Builder Sample Builder</title>
7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css"> 7 <link rel="stylesheet" href="/static/buildbot/css/default.css" type="text/css">
8 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css"> 8 <link rel="stylesheet" href="/static/common/third_party/css/jquery-ui.min.css" t ype="text/css">
9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script> 9 <script src="/static/common/third_party/js/moment-with-locales.min.js"></script>
10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m in.js"></script> 10 <script src="/static/common/third_party/js/moment-timezone-with-data-2012-2022.m in.js"></script>
(...skipping 11 matching lines...) Expand all
22 <div> 22 <div>
23 23
24 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a> 24 <a href="http://fake.example.com/login?dest=%2Ffoobar">login</a>
25 25
26 </div> 26 </div>
27 </header> 27 </header>
28 <hr> 28 <hr>
29 29
30 <h1>Builder <a href="/foobar">Sample Builder</a></h1> 30 <h1>Builder <a href="/foobar">Sample Builder</a></h1>
31 31
32 <div class="prelude">
33 <div class="column">
34
35
36 <h2>Machine Pool:</h2>
37 <table>
38 <tr>
39 <td>Idle</td><td>5</td>
40 <td class="graph">
41
42 <div class="bar idle" style="width: 33.3%"></div>
43
44 </td>
45 </tr><tr>
46 <td>Busy</td><td>8</td>
47 <td class="graph">
48
49 <div class="bar busy" style="width: 53.3%"></div>
50
51 </td>
52 </tr><tr>
53 <td>Disconnected</td><td>13</td>
54 <td class="graph">
55
56 <div class="bar disconnected"
57 style="width: 86.7%"></div>
58
59 </td>
60 </tr>
61 </table>
62 <details>
63 <summary>15 bots</summary>
64 <table class="info">
65 <tr><th>Name</th><th>Status</th></tr>
66
67 </table>
68 </details>
69
70
71 </div>
32 72
33 <h2>Current Builds (1):</h2> 73 <div class="column">
34 <ul>
35 74
36 <li><a href="https://some.url/path">Some current build</a> 75 <h2>Current Builds (1):</h2>
76 <ul>
77
78 <li><a href="https://some.url/path">Some current build</a>
79
80
81
82
83 [Running for: 0]
84
85 </li>
86
87 </ul>
88
89 </div>
90
91 <div class="column">
92
93 <h2>Pending Build Requests (1):</h2>
94 <ul>
95
96 <li><small>(, waiting 0)</small>
97
37 98
38 99
39 100
40 101
41 [Running for: 0] 102
103 </li>
104
105 </ul>
106
107 </div>
108 </div>
109
110 <div class="main">
111
112 <h2>Recent Builds:</h2>
113
114 <table class="info">
115 <tr>
116 <th>Time</th>
117 <th>Revision</th>
118 <th>Result</th>
119 <th>Build #</th>
120 <th>Changes</th>
121 <th>Info</th>
122 </tr>
123
42 124
43 </li> 125 <tr>
126 <td></td>
127 <td class="revision">deadbeef</td>
128
129 <td> NotRun </td>
130
131 <td><a href="https://some.url/path">Some current build</a></td>
132 <td>
133
134
135
136
137 </td>
138 <td class="left">
139
140 </td>
141 </tr>
142
143 </table>
44 144
45 </ul> 145 </div>
46 146
47 147 <div class="epiloge">
48
49 <h2>Pending Build Requests (1):</h2>
50 <ul>
51 148
52 <li><small>(, waiting 0)</small> 149 (Show:
53 150 <a href="/foobar">default</a>
54 151 <a href="/foobar?limit=25">25</a>
55 152 <a href="/foobar?limit=50">50</a>
56 153 <a href="/foobar?limit=100">100</a>
57 154 <a href="/foobar?limit=200">200</a>
58 155 )
59 </li>
60 156
61 </ul> 157 </div>
62
63
64
65 <h2>Recent Builds:</h2>
66
67 <table class="info">
68 <tr>
69 <th>Time</th>
70 <th>Revision</th>
71 <th>Result</th>
72 <th>Build #</th>
73 <th>Changes</th>
74 <th>Info</th>
75 </tr>
76
77
78 <tr>
79 <td></td>
80 <td class="revision">deadbeef</td>
81
82 <td> NotRun </td>
83
84 <td><a href="https://some.url/path">Some current build</a></td>
85 <td>
86
87
88
89
90 </td>
91 <td class="left">
92
93 </td>
94 </tr>
95
96 </table>
97
98
99
100 (Show:
101 <a href="/foobar">default</a>
102 <a href="/foobar?limit=25">25</a>
103 <a href="/foobar?limit=50">50</a>
104 <a href="/foobar?limit=100">100</a>
105 <a href="/foobar?limit=200">200</a>
106 )
107
108 158
109 159
110 <footer> 160 <footer>
111 <hr> 161 <hr>
112 <a href="https://github.com/luci">luci</a>, 162 <a href="https://github.com/luci">luci</a>,
113 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 163 working for the <a href="https://chromium.org/">Chromium</a> project.<br>
114 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b> 164 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
115 </footer> 165 </footer>
116 <script> 166 <script>
117 (function () { 167 (function () {
(...skipping 18 matching lines...) Expand all
136 <script> 186 <script>
137 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 187 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){
138 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o), 188 (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createEleme nt(o),
139 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m) 189 m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefo re(a,m)
140 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga'); 190 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
141 191
142 ga('create', 'UA-12345-01', 'auto'); 192 ga('create', 'UA-12345-01', 'auto');
143 ga('send', 'pageview'); 193 ga('send', 'pageview');
144 </script> 194 </script>
145 195
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698