Title: [89966] trunk/Tools
Revision
89966
Author
[email protected]
Date
2011-06-28 15:09:58 -0700 (Tue, 28 Jun 2011)

Log Message

2011-06-28  Ryosuke Niwa  <[email protected]>

        Reviewed by Adam Roben.

        Add more machines to Chromium Mac Release and Chromium Mac Release (Tests)
        https://bugs.webkit.org/show_bug.cgi?id=63500

        Added google-mac-3 and google-mac-4.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-06-28 22:06:09 UTC (rev 89965)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-06-28 22:09:58 UTC (rev 89966)
@@ -52,10 +52,12 @@
                     { "name": "szeged-windows-2", "platform": "qt"},
 
                     { "name": "google-windows-1", "platform": "chromium-win" },
+                    { "name": "google-windows-2", "platform": "chromium-win" },
                     { "name": "google-mac-1", "platform": "chromium-mac" },
+                    { "name": "google-mac-2", "platform": "chromium-mac" },
+                    { "name": "google-mac-3", "platform": "chromium-mac" },
+                    { "name": "google-mac-4", "platform": "chromium-mac" },
                     { "name": "google-linux-1", "platform": "chromium-linux" },
-                    { "name": "google-windows-2", "platform": "chromium-win" },
-                    { "name": "google-mac-2", "platform": "chromium-mac" },
                     { "name": "google-linux-2", "platform": "chromium-linux" },
                     { "name": "google-new-tests", "platform": "mac-snowleopard" },
                     { "name": "google-new-tests-leopard", "platform": "mac-leopard" },
@@ -191,7 +193,7 @@
                     {
                       "name": "Chromium Mac Release", "type": "Build", "builddir": "chromium-mac-release",
                       "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["google-mac-1"]
+                      "slavenames": ["google-mac-1", "google-mac-3"]
                     },
                     {
                       "name": "Chromium Linux Release", "type": "Build", "builddir": "chromium-linux-release",
@@ -206,7 +208,7 @@
                     {
                       "name": "Chromium Mac Release (Tests)", "type": "NewBuildAndTest", "builddir": "chromium-mac-release-tests",
                       "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["google-mac-2"]
+                      "slavenames": ["google-mac-2", "google-mac-4"]
                     },
                     {
                       "name": "Chromium Linux Release (Tests)", "type": "NewBuildAndTest", "builddir": "chromium-linux-release-tests",

Modified: trunk/Tools/ChangeLog (89965 => 89966)


--- trunk/Tools/ChangeLog	2011-06-28 22:06:09 UTC (rev 89965)
+++ trunk/Tools/ChangeLog	2011-06-28 22:09:58 UTC (rev 89966)
@@ -1,3 +1,14 @@
+2011-06-28  Ryosuke Niwa  <[email protected]>
+
+        Reviewed by Adam Roben.
+
+        Add more machines to Chromium Mac Release and Chromium Mac Release (Tests)
+        https://bugs.webkit.org/show_bug.cgi?id=63500
+
+        Added google-mac-3 and google-mac-4.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2011-06-28  Eric Seidel  <[email protected]>
 
         Reviewed by Dirk Pranke.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to