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

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: Review 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 [Running for: 0]
81
82 </li>
83
84 </ul>
85
86 </div>
87
88 <div class="column">
89 <h2>Pending Build Requests (1):</h2>
90 <ul><li>
91 <small>(, waiting 0)</small></li></ul>
92
93 </div>
94 </div>
95
96 <div class="main">
97
98 <h2>Recent Builds:</h2>
99
100 <table class="info">
101 <tr>
102 <th>Time</th>
103 <th>Revision</th>
104 <th>Result</th>
105 <th>Build #</th>
106 <th>Changes</th>
107 <th>Info</th>
108 </tr>
109
37 110
111 <tr>
112 <td></td>
113 <td class="revision">deadbeef</td>
114
115 <td> NotRun </td>
116
117 <td><a href="https://some.url/path">Some current build</a></td>
118 <td>
119
120
121
122
123 </td>
124 <td class="left">
125
126 </td>
127 </tr>
38 128
39 129 </table>
40
41 [Running for: 0]
42
43 </li>
44 130
45 </ul> 131 </div>
46 132
47 133 <div class="epiloge">
48
49 <h2>Pending Build Requests (1):</h2>
50 <ul>
51 134
52 <li><small>(, waiting 0)</small> 135 (Show:
53 136 <a href="/foobar">default</a>
54 137 <a href="/foobar?limit=25">25</a>
55 138 <a href="/foobar?limit=50">50</a>
56 139 <a href="/foobar?limit=100">100</a>
57 140 <a href="/foobar?limit=200">200</a>
58 141 )
59 </li>
60 142
61 </ul> 143 </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 144
109 145
110 <footer> 146 <footer>
111 <hr> 147 <hr>
112 <a href="https://github.com/luci">luci</a>, 148 <a href="https://github.com/luci">luci</a>,
113 working for the <a href="https://chromium.org/">Chromium</a> project.<br> 149 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> 150 Page built: <b><span class="local-time" data-timestamp="-6792498672871">Satu rday, 03-Feb-01 04:05:06 UTC</span></b>
115 </footer> 151 </footer>
116 <script> 152 <script>
117 (function () { 153 (function () {
(...skipping 18 matching lines...) Expand all
136 <script> 172 <script>
137 (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||functio n(){ 173 (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), 174 (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) 175 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'); 176 })(window,document,'script','https://www.google-analytics.com/analytics. js','ga');
141 177
142 ga('create', 'UA-12345-01', 'auto'); 178 ga('create', 'UA-12345-01', 'auto');
143 ga('send', 'pageview'); 179 ga('send', 'pageview');
144 </script> 180 </script>
145 181
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698