Title: [89486] trunk/Tools
Revision
89486
Author
[email protected]
Date
2011-06-22 15:12:56 -0700 (Wed, 22 Jun 2011)

Log Message

2011-06-22  Tony Chang  <[email protected]>

        Reviewed by Ojan Vafai.

        Add a buildbot for testing ENABLE(CSS3_FLEXBOX)
        https://bugs.webkit.org/show_bug.cgi?id=62891

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-06-22 22:07:15 UTC (rev 89485)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-06-22 22:12:56 UTC (rev 89486)
@@ -59,6 +59,7 @@
                     { "name": "google-linux-2", "platform": "chromium-linux" },
                     { "name": "google-new-tests", "platform": "mac-snowleopard" },
                     { "name": "google-new-tests-leopard", "platform": "mac-leopard" },
+                    { "name": "google-linux-flexbox", "platform": "chromium-linux" },
 
                     { "name": "wincairo-1", "platform": "wincairo" },
 
@@ -223,6 +224,11 @@
                       "slavenames": ["google-new-tests"]
                     },
                     {
+                      "name": "Chromium Linux Release (Flexbox)", "type": "NewBuildAndTest", "builddir": "chromium-linux-flexbox",
+                      "platform": "chromium-linux", "configuration": "release", "architectures": ["i386"],
+                      "slavenames": ["google-linux-flexbox"]
+                    },
+                    {
                       "name": "WinCairo Debug (Build)", "type": "Build", "builddir": "win-cairo-debug",
                       "platform": "wincairo", "configuration": "debug", "architectures": ["i386"],
                       "slavenames": ["wincairo-1"]
@@ -244,7 +250,7 @@
                                        "Qt Linux Release", "Qt Linux Release minimal", "Qt Linux ARMv7 Release",
                                        "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug",
                                        "Chromium Win Release", "Chromium Mac Release", "Chromium Linux Release",
-                                       "Chromium Win Release (Tests)", "Chromium Mac Release (Tests)", "Chromium Linux Release (Tests)",
+                                       "Chromium Win Release (Tests)", "Chromium Mac Release (Tests)", "Chromium Linux Release (Tests)", "Chromium Linux Release (Flexbox)",
                                        "WinCairo Debug (Build)", "WinCE Release (Build)", "EFL Linux Release (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-leopard", "branch": "trunk", "treeStableTimer": 45.0,

Modified: trunk/Tools/ChangeLog (89485 => 89486)


--- trunk/Tools/ChangeLog	2011-06-22 22:07:15 UTC (rev 89485)
+++ trunk/Tools/ChangeLog	2011-06-22 22:12:56 UTC (rev 89486)
@@ -1,3 +1,12 @@
+2011-06-22  Tony Chang  <[email protected]>
+
+        Reviewed by Ojan Vafai.
+
+        Add a buildbot for testing ENABLE(CSS3_FLEXBOX)
+        https://bugs.webkit.org/show_bug.cgi?id=62891
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2011-06-22  Dirk Pranke  <[email protected]>
 
         Reviewed by Ojan Vafai.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to