Title: [91671] trunk/Tools
Revision
91671
Author
[email protected]
Date
2011-07-25 09:40:29 -0700 (Mon, 25 Jul 2011)

Log Message

[buildbot] Add Qt Linux MIPSEL Configuration
https://bugs.webkit.org/show_bug.cgi?id=65116

Reviewed by Adam Roben.

Introduce a Qt Linux MIPS EL build slave. The configuration
is a build only configuration.

* BuildSlaveSupport/build.webkit.org-config/config.json: Add MIPS buildbot.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-07-25 16:21:45 UTC (rev 91670)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-07-25 16:40:29 UTC (rev 91671)
@@ -67,7 +67,9 @@
                     
                     { "name": "efl-linux-slave-1", "platform": "efl" },
 
-                    { "name": "adobe-mac-slave1", "platform": "mac-snowleopard" }
+                    { "name": "adobe-mac-slave1", "platform": "mac-snowleopard" },
+
+                    { "name": "hfreyther-mipsel-linux1", "platform": "qt"}
                   ],
 
     "builders":   [ { "name": "Leopard Intel Release (Build)", "type": "Build", "builddir": "leopard-intel-release",
@@ -186,6 +188,11 @@
                       "slavenames": ["szeged-windows-2"]
                     },
                     {
+                      "name": "Qt Linux MIPS Release", "type": "Build", "builddir": "qt-linux-mips-release",
+                      "platform": "qt", "configuration": "release", "architectures": ["mipsel"],
+                      "slavenames": ["hfreyther-mipsel-linux1"]
+                    },
+                    {
                       "name": "Chromium Win Release", "type": "Build", "builddir": "chromium-win-release",
                       "platform": "chromium-win", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["google-windows-1"]
@@ -244,7 +251,7 @@
     "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 Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt Linux MIPS 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)",
                                        "WinCairo Debug (Build)", "WinCE Release (Build)", "EFL Linux Release (Build)"]

Modified: trunk/Tools/ChangeLog (91670 => 91671)


--- trunk/Tools/ChangeLog	2011-07-25 16:21:45 UTC (rev 91670)
+++ trunk/Tools/ChangeLog	2011-07-25 16:40:29 UTC (rev 91671)
@@ -1,3 +1,15 @@
+2011-07-25  Holger Hans Peter Freyther  <[email protected]>
+
+        [buildbot] Add Qt Linux MIPSEL Configuration
+        https://bugs.webkit.org/show_bug.cgi?id=65116
+
+        Reviewed by Adam Roben.
+
+        Introduce a Qt Linux MIPS EL build slave. The configuration
+        is a build only configuration.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json: Add MIPS buildbot.
+
 2011-07-25  Tor Arne Vestbø  <[email protected]>
 
         [Qt][WK2] Add multi-point touch mocking to MiniBrowser
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to