Title: [161423] trunk/Tools
Revision
161423
Author
o...@webkit.org
Date
2014-01-07 07:08:41 -0800 (Tue, 07 Jan 2014)

Log Message

Remove the WinCE buildbot from build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=126517

Reviewed by Alexey Proskuryakov.

* BuildSlaveSupport/build.webkit.org-config/config.json:
* BuildSlaveSupport/build.webkit.org-config/master.cfg:
(appendCustomBuildFlags):

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2014-01-07 15:00:29 UTC (rev 161422)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2014-01-07 15:08:41 UTC (rev 161423)
@@ -38,8 +38,6 @@
 
                     { "name": "wincairo-1", "platform": "wincairo" },
 
-                    { "name": "wince-1", "platform": "wince" },
-
                     { "name": "efl-linux-slave-1", "platform": "efl" },
                     { "name": "efl-linux-slave-2", "platform": "efl" },
                     { "name": "efl-linux-slave-3", "platform": "efl" }
@@ -167,11 +165,6 @@
                       "slavenames": ["wincairo-1"]
                     },
                     {
-                      "name": "WinCE Release (Build)", "type": "Build", "builddir": "wince-release",
-                      "platform": "wince", "configuration": "release", "architectures": ["i386"],
-                      "slavenames": ["wince-1"]
-                    },
-                    {
                       "name": "EFL Linux 64-bit Release WK1", "type": "BuildAndTestWebKit1Only", "builddir": "efl-linux-64-release-wk1",
                       "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["efl-linux-slave-1"]
@@ -191,7 +184,7 @@
     "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0,
                       "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 64-bit Release", "GTK Linux 64-bit Debug WK1",
                                        "EFL Linux 64-bit Release WK1", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)",
-                                       "WinCairo Release", "WinCE Release (Build)"]
+                                       "WinCairo Release"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-mountainlion", "branch": "trunk", "treeStableTimer": 45.0,
                       "builderNames": ["Apple MountainLion Release (Build)", "Apple MountainLion Debug (Build)", "Apple MountainLion Release (32-bit Build)"]

Modified: trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg (161422 => 161423)


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2014-01-07 15:00:29 UTC (rev 161422)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg	2014-01-07 15:08:41 UTC (rev 161423)
@@ -184,7 +184,7 @@
     haltOnFailure = True
 
 def appendCustomBuildFlags(step, platform, fullPlatform=""): 
-    if platform in ('efl', 'gtk', 'wincairo', 'wince', 'wx'):
+    if platform in ('efl', 'gtk', 'wincairo', 'wx'):
         step.setCommand(step.command + ['--' + platform])
 
 class CompileWebKit(shell.Compile):

Modified: trunk/Tools/ChangeLog (161422 => 161423)


--- trunk/Tools/ChangeLog	2014-01-07 15:00:29 UTC (rev 161422)
+++ trunk/Tools/ChangeLog	2014-01-07 15:08:41 UTC (rev 161423)
@@ -1,3 +1,14 @@
+2014-01-07  Csaba Osztrogonác  <o...@webkit.org>
+
+        Remove the WinCE buildbot from build.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=126517
+
+        Reviewed by Alexey Proskuryakov.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+        * BuildSlaveSupport/build.webkit.org-config/master.cfg:
+        (appendCustomBuildFlags):
+
 2014-01-07  Krzysztof Czech  <k.cz...@samsung.com>
 
         [EFL] Change ATK version to 2.11.4
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to