Title: [104420] trunk/Tools
- Revision
- 104420
- Author
- [email protected]
- Date
- 2012-01-08 16:32:01 -0800 (Sun, 08 Jan 2012)
Log Message
Categorize bots by ports instead of core/non-core separation
https://bugs.webkit.org/show_bug.cgi?id=75766
Reviewed by Eric Seidel.
Rename categorizes so as to preserve the original ordering of bots per Eric's suggestion
(Chromium still comes before GTK and Qt).
* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(loadBuilderConfig):
* BuildSlaveSupport/build.webkit.org-config/templates/root.html:
Modified Paths
Diff
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (104419 => 104420)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2012-01-09 00:29:46 UTC (rev 104419)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg 2012-01-09 00:32:01 UTC (rev 104420)
@@ -812,16 +812,16 @@
if platform.startswith('chromium'):
builder["category"] = 'Chromium'
+ elif platform.startswith('mac'):
+ builder["category"] = 'AppleMac'
elif platform == 'win':
- builder["category"] = 'Windows'
+ builder["category"] = 'AppleWin'
elif platform.startswith('gtk'):
builder["category"] = 'GTK'
elif platform.startswith('qt'):
builder["category"] = 'Qt'
- elif platform.startswith('mac'):
- builder["category"] = 'Mac'
else:
- builder["category"] = 'Others'
+ builder["category"] = 'misc'
c['builders'].append(builder)
Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html (104419 => 104420)
--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html 2012-01-09 00:29:46 UTC (rev 104419)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html 2012-01-09 00:32:01 UTC (rev 104420)
@@ -9,13 +9,13 @@
<h1>Welcome to the Buildbot!</h1>
<ul>
- <li><a href="" - <a href="" <a href=""
+ <li><a href="" - <a href="" Mac</a>, <a href="" Windows</a>,
<a href="" <a href="" <a href=""
- and <a href=""
+ and <a href=""
<li><a href="" Display</a>, a time-oriented summary of recent buildbot activity
- - <a href="" <a href=""
+ - <a href="" Mac</a>, <a href="" Windows</a>,
<a href="" <a href="" <a href=""
- and <a href=""
+ and <a href=""
<li><a href="" Build</a> for each builder is here.</li>
<li><a href="" Builds</a> are summarized here, one per line.</li>
<li><a href="" information</li>
Modified: trunk/Tools/ChangeLog (104419 => 104420)
--- trunk/Tools/ChangeLog 2012-01-09 00:29:46 UTC (rev 104419)
+++ trunk/Tools/ChangeLog 2012-01-09 00:32:01 UTC (rev 104420)
@@ -1,5 +1,19 @@
2012-01-08 Ryosuke Niwa <[email protected]>
+ Categorize bots by ports instead of core/non-core separation
+ https://bugs.webkit.org/show_bug.cgi?id=75766
+
+ Reviewed by Eric Seidel.
+
+ Rename categorizes so as to preserve the original ordering of bots per Eric's suggestion
+ (Chromium still comes before GTK and Qt).
+
+ * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+ (loadBuilderConfig):
+ * BuildSlaveSupport/build.webkit.org-config/templates/root.html:
+
+2012-01-08 Ryosuke Niwa <[email protected]>
+
Remove the concept of core builders from webkitpy
https://bugs.webkit.org/show_bug.cgi?id=75809
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes