Title: [118288] trunk/Tools
Revision
118288
Author
[email protected]
Date
2012-05-23 17:58:54 -0700 (Wed, 23 May 2012)

Log Message

Remove the Chromium Grid Layout bot from the waterfall
https://bugs.webkit.org/show_bug.cgi?id=87311

Reviewed by Ryosuke Niwa.

I removed the compiler define in r117613, so we don't need a separate
bot to compile/test this code.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-05-24 00:49:57 UTC (rev 118287)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-05-24 00:58:54 UTC (rev 118288)
@@ -60,7 +60,6 @@
                     { "name": "google-linux-2", "platform": "chromium-linux" },
                     { "name": "google-linux-perf", "platform": "chromium-linux" },
                     { "name": "google-linux-android", "platform": "chromium-android" },
-                    { "name": "google-linux-flexbox", "platform": "chromium-linux" },
 
                     { "name": "wincairo-1", "platform": "wincairo" },
 
@@ -275,11 +274,6 @@
                       "slavenames": ["google-linux-perf"]
                     },
                     {
-                      "name": "Chromium Linux Release (Grid Layout)", "type": "NewBuildAndTest", "builddir": "chromium-linux-flexbox",
-                      "platform": "chromium-linux", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["google-linux-flexbox"]
-                    },
-                    {
                       "name": "Chromium Android Release", "type": "Build", "builddir": "chromium-linux-android",
                       "platform": "chromium-android", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["google-linux-android"]
@@ -318,7 +312,7 @@
                                        "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 Mac Release", "Chromium Linux Release",
-                                       "Chromium Linux Release (Grid Layout)", "Chromium Android Release",
+                                       "Chromium Android Release",
                                        "EFL Linux 64-bit Release", "EFL Linux Debug", "EFL Linux 32-bit Release (Build)",
                                        "WinCairo Release", "WinCE Release (Build)"]
                     },

Modified: trunk/Tools/ChangeLog (118287 => 118288)


--- trunk/Tools/ChangeLog	2012-05-24 00:49:57 UTC (rev 118287)
+++ trunk/Tools/ChangeLog	2012-05-24 00:58:54 UTC (rev 118288)
@@ -1,3 +1,15 @@
+2012-05-23  Tony Chang  <[email protected]>
+
+        Remove the Chromium Grid Layout bot from the waterfall
+        https://bugs.webkit.org/show_bug.cgi?id=87311
+
+        Reviewed by Ryosuke Niwa.
+
+        I removed the compiler define in r117613, so we don't need a separate
+        bot to compile/test this code.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2012-05-23  Ian Vollick  <[email protected]>
 
         Add vollick to list of contributors.
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to