Title: [90228] trunk/Tools
Revision
90228
Author
[email protected]
Date
2011-07-01 07:51:31 -0700 (Fri, 01 Jul 2011)

Log Message

2011-07-01  Mihnea Ovidenie  <[email protected]>

        Reviewed by Adam Roben.

        [CSSRegions] Add build slave
        https://bugs.webkit.org/show_bug.cgi?id=62372

        * BuildSlaveSupport/build.webkit.org-config/config.json:
        Add an entry for a release build of Mac.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-07-01 14:29:12 UTC (rev 90227)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-07-01 14:51:31 UTC (rev 90228)
@@ -67,7 +67,9 @@
 
                     { "name": "wince-1", "platform": "wince" },
                     
-                    { "name": "efl-linux-slave-1", "platform": "efl" }
+                    { "name": "efl-linux-slave-1", "platform": "efl" },
+
+                    { "name": "adobe-mac-slave1", "platform": "mac-snowleopard" }
                   ],
 
     "builders":   [ { "name": "Leopard Intel Release (Build)", "type": "Build", "builddir": "leopard-intel-release",
@@ -244,6 +246,10 @@
                       "name": "EFL Linux Release (Build)", "type": "Build", "builddir": "efl-linux-release",
                       "platform": "efl", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["efl-linux-slave-1"]
+                    },
+                    { "name": "CSSRegions SnowLeopard Intel Release (Build)", "type": "Build", "builddir": "cssregions-snowleopard-intel-release",
+                      "platform": "mac-snowleopard", "configuration": "release", "architectures": ["x86_64"],
+                      "slavenames": ["adobe-mac-slave1"]
                     }
                   ],
 
@@ -259,7 +265,8 @@
                       "builderNames": ["Leopard Intel Release (Build)", "Leopard Intel Debug (Build)", "Leopard Intel Release (NRWT)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-snowleopard", "branch": "trunk", "treeStableTimer": 45.0,
-                      "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks", "SnowLeopard Intel Release (NRWT)", "SnowLeopard Intel Debug (Build)"]
+                      "builderNames": ["SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks", "SnowLeopard Intel Release (NRWT)", "SnowLeopard Intel Debug (Build)",
+                                       "CSSRegions SnowLeopard Intel Release (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "win", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Windows Release (Build)", "Windows Debug (Build)"]

Modified: trunk/Tools/ChangeLog (90227 => 90228)


--- trunk/Tools/ChangeLog	2011-07-01 14:29:12 UTC (rev 90227)
+++ trunk/Tools/ChangeLog	2011-07-01 14:51:31 UTC (rev 90228)
@@ -1,3 +1,13 @@
+2011-07-01  Mihnea Ovidenie  <[email protected]>
+
+        Reviewed by Adam Roben.
+
+        [CSSRegions] Add build slave
+        https://bugs.webkit.org/show_bug.cgi?id=62372
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+        Add an entry for a release build of Mac.
+
 2011-07-01  Sheriff Bot  <[email protected]>
 
         Unreviewed, rolling out r90213.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to