Group EFL bots into a category on the buildbot master
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 14:30:16 +0000 (14:30 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 14:30:16 +0000 (14:30 +0000)
https://bugs.webkit.org/show_bug.cgi?id=82712

Patch by Dominik Röttsches <dominik.rottsches@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

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114132 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
Tools/BuildSlaveSupport/build.webkit.org-config/templates/root.html
Tools/ChangeLog

index d37ec0f..58093ee 100644 (file)
@@ -911,6 +911,8 @@ def loadBuilderConfig(c):
             builder["category"] = 'GTK'
         elif platform.startswith('qt'):
             builder["category"] = 'Qt'
+        elif platform.startswith('efl'):
+            builder["category"] = "EFL"
         else:
             builder["category"] = 'misc'
 
index 3deb2fd..0180eab 100755 (executable)
 
 <ul>
   <li><a href="console">Console</a> - <a href="console?category=AppleMac">Apple Mac</a>, <a href="console?category=AppleWin">Apple Windows</a>,
-  <a href="console?category=GTK">GTK+</a>, <a href="console?category=Qt">Qt</a>, <a href="console?category=Chromium">Chromium</a>,
+  <a href="console?category=GTK">GTK+</a>, <a href="console?category=Qt">Qt</a>, <a href="console?category=Chromium">Chromium</a>, <a href="console?category=EFL">EFL</a>
   and <a href="console?category=misc">miscellaneous</a></li>
   <li><a href="waterfall">Waterfall Display</a>, a time-oriented summary of recent buildbot activity
   - <a href="waterfall?category=AppleMac">Apple Mac</a>, <a href="waterfall?category=AppleWin">Apple Windows</a>,
-  <a href="waterfall?category=GTK">GTK+</a>, <a href="waterfall?category=Qt">Qt</a>, <a href="waterfall?category=Chromium">Chromium</a>,
+  <a href="waterfall?category=GTK">GTK+</a>, <a href="waterfall?category=Qt">Qt</a>, <a href="waterfall?category=Chromium">Chromium</a>, <a href="waterfall?category=EFL">EFL</a>
   and <a href="waterfall?category=misc">miscellaneous</a></li>
   <li><a href="one_box_per_builder">Latest Build</a> for each builder is here.</li>
   <li><a href="one_line_per_build">Recent Builds</a> are summarized here, one per line.</li>
index 5b9d53e..fa4430f 100644 (file)
@@ -1,3 +1,16 @@
+2012-04-13  Dominik Röttsches  <dominik.rottsches@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.bot@gmail.com>
 
         Unreviewed, rolling out r113714.