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

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

Issue 1765583003: Regenerate builder list on restart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Update chromiumos.chromium builders. 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 | « masters/master.chromiumos/master.cfg ('k') | 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 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
206 </td> 206 </td>
207 <td width="1" bgcolor="#CCCCCC"> 207 <td width="1" bgcolor="#CCCCCC">
208 </td> 208 </td>
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+(chromium)", 216 "builder=x86-generic-tot-chromium-pfq-informational",
217 "builder=AMD64+(chromium)", 217 "builder=amd64-generic-tot-chromium-pfq-informational"
218 "builder=Daisy+(chromium)", 218 "builder=daisy-tot-chromium-pfq-informational",
219 "titles=on", 219 "titles=on",
220 ].join("&"); 220 ].join("&");
221 221
222 var bar = "https://build.chromium.org/p/chromiumos/horizontal_one_bo x_per_builder" 222 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" 223 var bar_chromiumos_chromium = "https://build.chromium.org/p/chromium os.chromium/horizontal_one_box_per_builder"
224 224
225 var waterfall = '../chromiumos/waterfall' 225 var waterfall = '../chromiumos/waterfall'
226 var waterfall_chromiumos_chromium = '../chromiumos.chromium/waterfal l' 226 var waterfall_chromiumos_chromium = '../chromiumos.chromium/waterfal l'
227 var waterfall_memory = "../chromium.memory/waterfall" 227 var waterfall_memory = "../chromium.memory/waterfall"
228 228
(...skipping 29 matching lines...) Expand all
258 </center> 258 </center>
259 259
260 </div> 260 </div>
261 {% endblock header %} 261 {% endblock header %}
262 262
263 {% block footer %} 263 {% block footer %}
264 264
265 {{ super() }} 265 {{ super() }}
266 {# <p>Debug info: {{ debuginfo }}</p> #} 266 {# <p>Debug info: {{ debuginfo }}</p> #}
267 {% endblock %} 267 {% endblock %}
OLDNEW
« no previous file with comments | « masters/master.chromiumos/master.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698