Title: [97614] trunk/Tools
Revision
97614
Author
[email protected]
Date
2011-10-17 06:40:14 -0700 (Mon, 17 Oct 2011)

Log Message

[build] Introduce Qt/SH4 buildbot
https://bugs.webkit.org/show_bug.cgi?id=70227

Patch by Holger Hans Peter Freyther <[email protected]> on 2011-10-17
Reviewed by Adam Roben.

Add buildslave for Linux/Qt/SH4.

* BuildSlaveSupport/build.webkit.org-config/config.json:

Modified Paths

Diff

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json (97613 => 97614)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-10-17 13:39:06 UTC (rev 97613)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-10-17 13:40:14 UTC (rev 97614)
@@ -67,7 +67,8 @@
                     
                     { "name": "efl-linux-slave-1", "platform": "efl" },
 
-                    { "name": "hfreyther-mipsel-linux1", "platform": "qt"}
+                    { "name": "hfreyther-mipsel-linux1", "platform": "qt"},
+                    { "name": "hfreyther-sh4-linux1", "platform": "qt"}
                   ],
 
     "builders":   [ { "name": "SnowLeopard Intel Release (Build)", "type": "Build", "builddir": "snowleopard-intel-release",
@@ -203,6 +204,11 @@
                       "slavenames": ["hfreyther-mipsel-linux1"]
                     },
                     {
+                      "name": "Qt Linux SH4 Release", "type": "Build", "builddir": "qt-linux-sh4-release",
+                      "platform": "qt", "configuration": "release", "architectures": ["sh4"],
+                      "slavenames": ["hfreyther-sh4-linux1"]
+                    },
+                    {
                       "name": "Chromium Win Release", "type": "Build", "builddir": "chromium-win-release",
                       "platform": "chromium-win", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["google-windows-1"]
@@ -262,7 +268,8 @@
     "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0,
                       "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 32-bit Debug", "GTK Linux 64-bit Debug",
                                        "Qt Linux Release", "Qt Linux Release minimal", "Qt Linux ARMv7 Release",
-                                       "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt SnowLeopard Release", "Qt Linux MIPS Release",
+                                       "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt SnowLeopard Release",
+                                       "Qt Linux MIPS Release", "Qt Linux SH4 Release",
                                        "Chromium Win Release", "Chromium Win Release (Tests)", "Chromium Mac Release", "Chromium Mac Release (Tests)",
                                        "Chromium Linux Release", "Chromium Linux Release (Tests)", "Chromium Linux Release (Flexbox)",
                                        "Chromium Android Release", "WinCairo Release", "WinCE Release (Build)", "EFL Linux Release (Build)"]

Modified: trunk/Tools/ChangeLog (97613 => 97614)


--- trunk/Tools/ChangeLog	2011-10-17 13:39:06 UTC (rev 97613)
+++ trunk/Tools/ChangeLog	2011-10-17 13:40:14 UTC (rev 97614)
@@ -1,3 +1,14 @@
+2011-10-17  Holger Hans Peter Freyther  <[email protected]>
+
+        [build] Introduce Qt/SH4 buildbot
+        https://bugs.webkit.org/show_bug.cgi?id=70227
+
+        Reviewed by Adam Roben.
+
+        Add buildslave for Linux/Qt/SH4.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2011-10-16  Adam Barth  <[email protected]>
 
         Always enable ENABLE(DOM_STORAGE)
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to