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

Side by Side Diff: milo/appengine/frontend/expectations/bootstrap-swarming.TestableBuild-build-running-logdog.html

Issue 2695383002: milo: Enable Swarming LogDog log loading. (Closed)
Patch Set: Comments, fix links. 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
(Empty)
1
2
3 <!DOCTYPE html>
4 <html lang="en">
5 <head>
6 <meta charset="utf-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
8 <meta name="viewport" content="width=device-width, initial-scale=1">
9
10 <meta name="description" content="">
11 <meta name="author" content="Luci Authors">
12
13
14 <title>Luci Build</title>
15
16
17 <link href="/static/bootstrap/third_party/css/bootstrap.min.css" rel="styles heet">
18 <style>
19 body {
20 padding-top: 70px;
21 }
22 .starter-template {
23 padding: 40px 15px;
24 text-align: center;
25 }
26 </style>
27
28 </head>
29
30 <body>
31
32 <nav class="navbar navbar-inverse navbar-fixed-top">
33 <div class="container">
34 <div class="navbar-header">
35 <button type="button" class="navbar-toggle collapsed" data-toggle="col lapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
36 <span class="sr-only">Toggle navigation</span>
37 <span class="icon-bar"></span>
38 <span class="icon-bar"></span>
39 <span class="icon-bar"></span>
40 </button>
41 <a class="navbar-brand" href="#">Luci</a>
42 </div>
43 <div id="navbar" class="collapse navbar-collapse">
44 <ul class="nav navbar-nav">
45 <li class="active"><a href="#">Home</a></li>
46 </ul>
47 <ul class="nav navbar-nav navbar-right">
48 <li><a href="/settings">Settings</a></li>
49 </ul>
50 </div>
51 </div>
52 </nav>
53
54 <div class="container">
55
56 <div class="row">
57 <div class="col-md-12">
58 <div class="alert alert-success">
59 This build passed
60 </div>
61 </div>
62 </div>
63
64 <div class="row">
65 <div class="col-md-6">
66 <h4>Steps and Logfiles</h4>
67 <table class="table table-condensed table-hover">
68
69
70 <tr class="success"><td>
71
72 <strong>recipe bootstrap</strong>
73
74 (<a href="https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fste ps%2Frecipe_bootstrap%2F0%2Fstdout">stdout</a>)
75
76 <small class="muted">
77
78 </small>
79 <span class="pull-right muted">
80 1 secs
81 </span>
82 <ol>
83
84 </ol>
85 </td></tr>
86
87
88 <tr class="success"><td>
89
90 <strong>setup_build</strong>
91
92 (<a href="https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fste ps%2Fsetup_build%2F0%2Fstdout">stdout</a>)
93
94 <small class="muted">
95 <div>running recipe: &#34;v8&#34;</div>
96 </small>
97 <span class="pull-right muted">
98 1 secs
99 </span>
100 <ol>
101
102 <li><a href="https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2 B%2Fsteps%2Fsetup_build%2F0%2Flogs%2Frun_recipe%2F0">run_recipe</a></li>
103
104 </ol>
105 </td></tr>
106
107
108 <tr class="warning"><td>
109
110 <strong>bot_update</strong>
111
112 (<a href="https://example.com/v/?s=testproject%2Ffoo%2Fbar%2F%2B%2Fste ps%2Fbot_update%2F0%2Fstdout">stdout</a>)
113
114 <small class="muted">
115
116 </small>
117 <span class="pull-right muted">
118 59 mins 55 secs
119 </span>
120 <ol>
121
122 </ol>
123 </td></tr>
124
125 </table>
126 </div>
127
128 <div class="col-md-6">
129 <h4>Build Properties</h4>
130
131
132
133 <strong>path_config</strong>:
134 kitchen
135 <small class="muted">(recipe bootstrap)</small>
136 <br>
137
138 <strong>slavename</strong>:
139 fakeslave
140 <small class="muted">(recipe bootstrap)</small>
141 <br>
142
143 <strong>buildername</strong>:
144 infra-continuous-precise-32
145 <small class="muted">(recipe bootstrap)</small>
146 <br>
147
148 <strong>mastername</strong>:
149 chromium.infra
150 <small class="muted">(recipe bootstrap)</small>
151 <br>
152
153
154
155
156
157
158
159
160
161
162
163
164
165 <strong>allow_milo</strong>:
166 1
167 <small class="muted">(Swarming Tags)</small>
168 <br>
169
170 <strong>luci_project</strong>:
171 testproject
172 <small class="muted">(Swarming Tags)</small>
173 <br>
174
175 <strong>log_location</strong>:
176 logdog://example.com/testproject/foo/bar/&#43;/annotations
177 <small class="muted">(Swarming Tags)</small>
178 <br>
179
180
181
182 </div>
183 </div>
184
185 </div>
186
187
188
189
190 <script src="/static/common/third_party/js/jquery.min.js"></script>
191 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
192 </body>
193 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698