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

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

Issue 2669473002: Milo: Remove swarming tags from build properties (Closed)
Patch Set: Fix gerrit checker 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 2
3 <!DOCTYPE html> 3 <!DOCTYPE html>
4 <html lang="en"> 4 <html lang="en">
5 <head> 5 <head>
6 <meta charset="utf-8"> 6 <meta charset="utf-8">
7 <meta http-equiv="X-UA-Compatible" content="IE=edge"> 7 <meta http-equiv="X-UA-Compatible" content="IE=edge">
8 <meta name="viewport" content="width=device-width, initial-scale=1"> 8 <meta name="viewport" content="width=device-width, initial-scale=1">
9 9
10 <meta name="description" content=""> 10 <meta name="description" content="">
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 </ol> 82 </ol>
83 </td></tr> 83 </td></tr>
84 84
85 </table> 85 </table>
86 </div> 86 </div>
87 87
88 <div class="col-md-6"> 88 <div class="col-md-6">
89 <h4>Build Properties</h4> 89 <h4>Build Properties</h4>
90 90
91
92
93 <strong>allow_milo</strong>:
94 1
95 <small class="muted">(Swarming Tags)</small>
96 <br>
97
98 <strong>luci_project</strong>:
99 testproject
100 <small class="muted">(Swarming Tags)</small>
101 <br>
102
103 <strong>log_location</strong>:
104 logdog://example.com/testproject/${swarming_run_id}/&#43;/annotations
105 <small class="muted">(Swarming Tags)</small>
106 <br>
107
108
109 91
110 </div> 92 </div>
111 </div> 93 </div>
112 94
113 </div> 95 </div>
114 96
115 97
116 98
117 99
118 <script src="/static/common/third_party/js/jquery.min.js"></script> 100 <script src="/static/common/third_party/js/jquery.min.js"></script>
119 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script> 101 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
120 </body> 102 </body>
121 </html> 103 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698