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

Unified Diff: master.chromeos/public_html/announce.html

Issue 669197: Temporarily turning off beagleboard until we can get it right.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/tools/buildbot/
Patch Set: '' Created 10 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « master.chromeos/master.cfg ('k') | master.chromeos/public_html/buildbot.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: master.chromeos/public_html/announce.html
===================================================================
--- master.chromeos/public_html/announce.html (revision 40778)
+++ master.chromeos/public_html/announce.html (working copy)
@@ -65,20 +65,20 @@
<td width="72%">
<table width="100%">
<script language="javascript">
- var chromeos = [
- "builder=arm+new+incremental+image",
- "builder=arm+new+full+image",
- "builder=arm+st1q+incremental+image",
- "builder=arm+st1q+full+image",
- "builder=arm+beagleboard+incremental+image",
- "builder=arm+beagleboard+full+image",
- "builder=arm+tegra2+full+image",
- "builder=x86+new+incremental+image+(RC)",
- "builder=x86+new+full+image",
- "builder=x86%20Platform",
- "builder=x86%20Image",
- "builder=x86%20Image%20%28RC%29",
+ var arm = [
+ "builder=arm+generic+incremental",
+ "builder=arm+generic+full",
+ "builder=arm+st1q+incremental",
+ "builder=arm+st1q+full",
+ // "builder=arm+beagleboard+incremental",
+ // "builder=arm+beagleboard+full",
+ "builder=arm+tegra2+incremental",
+ "builder=arm+tegra2+full",
].join("&");
+ var x86 = [
+ "builder=x86+generic+incremental+(RC)",
+ "builder=x86+generic+full",
+ ].join("&");
var bar = "http://build.chromium.org/buildbot/chromiumos/horizontal_one_box_per_builder"
var waterfall = "waterfall"
@@ -98,7 +98,8 @@
document.write("<tr><td><a href='" + GetUrl(waterfall, content) + "'>" + name + "</a></td><td width='99%'><iframe width='100%' height='20' frameborder='0' scrolling='no' src='" + GetUrl(bar, content) + "'></iframe></td></tr>\n");
}
- DisplayBar(chromeos, "Chromium OS");
+ DisplayBar(arm, "arm");
+ DisplayBar(x86, "x86");
</script>
</table>
</td>
« no previous file with comments | « master.chromeos/master.cfg ('k') | master.chromeos/public_html/buildbot.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698