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

Side by Side Diff: milo/appengine/frontend/expectations/bootstrap-swarming.TestableBuild-build-pending-logdog.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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 68
69 </table> 69 </table>
70 </div> 70 </div>
71 71
72 <div class="col-md-6"> 72 <div class="col-md-6">
73 <h4>Build Properties</h4> 73 <h4>Build Properties</h4>
74 74
75 75
76 76
77 77
78
79
80 <strong>os</strong>:
81 Linux
82 <small class="muted">(Swarming Tags)</small>
83 <br>
84
85 <strong>pool</strong>:
86 default
87 <small class="muted">(Swarming Tags)</small>
88 <br>
89
90 <strong>priority</strong>:
91 10
92 <small class="muted">(Swarming Tags)</small>
93 <br>
94
95 <strong>user</strong>:
96
97 <small class="muted">(Swarming Tags)</small>
98 <br>
99
100 <strong>allow_milo</strong>:
101 1
102 <small class="muted">(Swarming Tags)</small>
103 <br>
104
105 <strong>luci_project</strong>:
106 testproject
107 <small class="muted">(Swarming Tags)</small>
108 <br>
109
110 <strong>log_location</strong>:
111 logdog://example.com/testproject/${swarming_run_id}/&#43;/annotations
112 <small class="muted">(Swarming Tags)</small>
113 <br>
114
115
116 78
117 </div> 79 </div>
118 </div> 80 </div>
119 81
120 </div> 82 </div>
121 83
122 84
123 85
124 86
125 <script src="/static/common/third_party/js/jquery.min.js"></script> 87 <script src="/static/common/third_party/js/jquery.min.js"></script>
126 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script> 88 <script src="/static/bootstrap/third_party/js/bootstrap.min.js"></script>
127 </body> 89 </body>
128 </html> 90 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698