Title: [114132] trunk/Tools
Revision
114132
Author
commit-qu...@webkit.org
Date
2012-04-13 07:30:16 -0700 (Fri, 13 Apr 2012)

Log Message

Group EFL bots into a category on the buildbot master
https://bugs.webkit.org/show_bug.cgi?id=82712

Patch by Dominik Röttsches <dominik.rottsc...@linux.intel.com> on 2012-04-13
Reviewed by Adam Roben.

Creating a new category definition on the buildbot frontend.

* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(loadBuilderConfig): Determine category for EFL bots
* BuildSlaveSupport/build.webkit.org-config/templates/root.html: Add links to EFL category

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (114131 => 114132)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-04-13 14:28:45 UTC (rev 114131)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2012-04-13 14:30:16 UTC (rev 114132)
@@ -911,6 +911,8 @@
             builder["category"] = 'GTK'
         elif platform.startswith('qt'):
             builder["category"] = 'Qt'
+        elif platform.startswith('efl'):
+            builder["category"] = "EFL"
         else:
             builder["category"] = 'misc'
 

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html (114131 => 114132)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html	2012-04-13 14:28:45 UTC (rev 114131)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html	2012-04-13 14:30:16 UTC (rev 114132)
@@ -10,11 +10,11 @@
 
 <ul>
   <li><a href="" - <a href="" Mac</a>, <a href="" Windows</a>,
-  <a href="" <a href="" <a href=""
+  <a href="" <a href="" <a href="" <a href=""
   and <a href=""
   <li><a href="" Display</a>, a time-oriented summary of recent buildbot activity
   - <a href="" Mac</a>, <a href="" Windows</a>,
-  <a href="" <a href="" <a href=""
+  <a href="" <a href="" <a href="" <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>

Modified: trunk/Tools/ChangeLog (114131 => 114132)


--- trunk/Tools/ChangeLog	2012-04-13 14:28:45 UTC (rev 114131)
+++ trunk/Tools/ChangeLog	2012-04-13 14:30:16 UTC (rev 114132)
@@ -1,3 +1,16 @@
+2012-04-13  Dominik Röttsches  <dominik.rottsc...@linux.intel.com>
+
+        Group EFL bots into a category on the buildbot master
+        https://bugs.webkit.org/show_bug.cgi?id=82712
+
+        Reviewed by Adam Roben.
+
+        Creating a new category definition on the buildbot frontend.
+
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (loadBuilderConfig): Determine category for EFL bots
+        * BuildSlaveSupport/build.webkit.org-config/templates/root.html: Add links to EFL category
+
 2012-04-13  Sheriff Bot  <webkit.review....@gmail.com>
 
         Unreviewed, rolling out r113714.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to