Title: [91262] trunk/Tools
Revision
91262
Author
[email protected]
Date
2011-07-19 09:28:55 -0700 (Tue, 19 Jul 2011)

Log Message

Remove obsolete Mac NRWT test bots
https://bugs.webkit.org/show_bug.cgi?id=64806

Reviewed by Adam Roben.

Remove "Leopard Intel Release (NRWT)" and "SnowLeopard Intel Release (NRWT)"
which have been disconnected for some time and have been obsoleted by
the main testers using NRWT.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-07-19 16:13:33 UTC (rev 91261)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-07-19 16:28:55 UTC (rev 91262)
@@ -59,8 +59,6 @@
                     { "name": "google-mac-4", "platform": "chromium-mac" },
                     { "name": "google-linux-1", "platform": "chromium-linux" },
                     { "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" },
@@ -218,16 +216,6 @@
                       "slavenames": ["google-linux-2"]
                     },
                     {
-                      "name": "Leopard Intel Release (NRWT)", "type": "NewBuildAndTest", "builddir": "google-new-tests-leopard",
-                      "platform": "mac-leopard", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["google-new-tests-leopard"]
-                    },
-                    {
-                      "name": "SnowLeopard Intel Release (NRWT)", "type": "NewBuildAndTest", "builddir": "google-new-tests",
-                      "platform": "mac-snowleopard", "configuration": "release", "architectures": ["x86_64"],
-                      "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"]
@@ -262,10 +250,10 @@
                                        "WinCairo Debug (Build)", "WinCE Release (Build)", "EFL Linux Release (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-leopard", "branch": "trunk", "treeStableTimer": 45.0,
-                      "builderNames": ["Leopard Intel Release (Build)", "Leopard Intel Debug (Build)", "Leopard Intel Release (NRWT)"]
+                      "builderNames": ["Leopard Intel Release (Build)", "Leopard Intel Debug (Build)"]
                     },
                     { "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 Debug (Build)",
                                        "CSSRegions SnowLeopard Intel Release (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "win", "branch": "trunk", "treeStableTimer": 45.0,

Modified: trunk/Tools/ChangeLog (91261 => 91262)


--- trunk/Tools/ChangeLog	2011-07-19 16:13:33 UTC (rev 91261)
+++ trunk/Tools/ChangeLog	2011-07-19 16:28:55 UTC (rev 91262)
@@ -1,5 +1,18 @@
 2011-07-19  Sam Weinig  <[email protected]>
 
+        Remove obsolete Mac NRWT test bots
+        https://bugs.webkit.org/show_bug.cgi?id=64806
+
+        Reviewed by Adam Roben.
+
+        Remove "Leopard Intel Release (NRWT)" and "SnowLeopard Intel Release (NRWT)"
+        which have been disconnected for some time and have been obsoleted by
+        the main testers using NRWT.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
+2011-07-19  Sam Weinig  <[email protected]>
+
         webkit-patch rebaseline crashes on use
         https://bugs.webkit.org/show_bug.cgi?id=64775
 
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to