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

Side by Side Diff: masters/master.chromiumos/templates/announce.html

Issue 1808513002: Show all chromiumos.chromium builders in announce. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 4 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 {% extends "layout.html" %} 1 {% extends "layout.html" %}
2 2
3 {% block header -%} 3 {% block header -%}
4 {{ super() }} 4 {{ super() }}
5 <hr/> 5 <hr/>
6 <script> 6 <script>
7 /** 7 /**
8 * Pseudo namespace for chromium - keep it short because we are in a very 8 * Pseudo namespace for chromium - keep it short because we are in a very
9 * narrow scope for this file. 9 * narrow scope for this file.
10 * @type {Object} 10 * @type {Object}
(...skipping 198 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 <td width="2%"> 209 <td width="2%">
210 </td> 210 </td>
211 <td width="72%"> 211 <td width="72%">
212 <table width="100%"> 212 <table width="100%">
213 <script src='./auto-builder.js'></script>, 213 <script src='./auto-builder.js'></script>,
214 <script language="javascript"> 214 <script language="javascript">
215 var chromiumos_chromium = [ 215 var chromiumos_chromium = [
216 "builder=x86-generic-tot-chromium-pfq-informational", 216 "builder=x86-generic-tot-chromium-pfq-informational",
217 "builder=amd64-generic-tot-chromium-pfq-informational", 217 "builder=amd64-generic-tot-chromium-pfq-informational",
218 "builder=daisy-tot-chromium-pfq-informational", 218 "builder=daisy-tot-chromium-pfq-informational",
219 "titles=on", 219 "builder=x86-generic-tot-asan-informational",
220 "builder=amd64-generic-tot-asan-informational",
221 "builder=x86-generic-telemetry",
222 "builder=amd64-generic-telemetry",
220 ].join("&"); 223 ].join("&");
221 224
222 var bar = "https://build.chromium.org/p/chromiumos/horizontal_one_bo x_per_builder" 225 var bar = "https://build.chromium.org/p/chromiumos/horizontal_one_bo x_per_builder"
223 var bar_chromiumos_chromium = "https://build.chromium.org/p/chromium os.chromium/horizontal_one_box_per_builder" 226 var bar_chromiumos_chromium = "https://build.chromium.org/p/chromium os.chromium/horizontal_one_box_per_builder"
224 227
225 var waterfall = '../chromiumos/waterfall' 228 var waterfall = '../chromiumos/waterfall'
226 var waterfall_chromiumos_chromium = '../chromiumos.chromium/waterfal l' 229 var waterfall_chromiumos_chromium = '../chromiumos.chromium/waterfal l'
227 var waterfall_memory = "../chromium.memory/waterfall" 230 var waterfall_memory = "../chromium.memory/waterfall"
228 231
229 function GetUrl(type, content) { 232 function GetUrl(type, content) {
(...skipping 28 matching lines...) Expand all
258 </center> 261 </center>
259 262
260 </div> 263 </div>
261 {% endblock header %} 264 {% endblock header %}
262 265
263 {% block footer %} 266 {% block footer %}
264 267
265 {{ super() }} 268 {{ super() }}
266 {# <p>Debug info: {{ debuginfo }}</p> #} 269 {# <p>Debug info: {{ debuginfo }}</p> #}
267 {% endblock %} 270 {% endblock %}
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698