Title: [101677] trunk/Tools
Revision
101677
Author
[email protected]
Date
2011-12-01 09:36:31 -0800 (Thu, 01 Dec 2011)

Log Message

[GTK] Buildslave switch from 32-bit Debug to 64-bit Release
https://bugs.webkit.org/show_bug.cgi?id=73547

Reviewed by Adam Roben.

* BuildSlaveSupport/build.webkit.org-config/config.json: Rename
the 32-bit Debug configuration to 64-bit Release. The new slave is
a 64-bit machine already. The 32-bit slave will be shut down.
bui#	Source/WebCore/GNUmakefile.am.orig

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-12-01 17:23:19 UTC (rev 101676)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2011-12-01 17:36:31 UTC (rev 101677)
@@ -159,8 +159,8 @@
                       "slavenames": ["gtk-linux-slave-1"]
                     },
                     {
-                      "name": "GTK Linux 32-bit Debug", "type": "BuildAndTest", "builddir": "gtk-linux-32-debug",
-                      "platform": "gtk", "configuration": "debug", "architectures": ["i386"],
+                      "name": "GTK Linux 64-bit Release", "type": "BuildAndTest", "builddir": "gtk-linux-64-release",
+                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["gtk-linux-slave-2"]
                     },
                     {
@@ -266,7 +266,7 @@
                   ],
 
     "schedulers": [ { "type": "AnyBranchScheduler", "name": "trunk", "change_filter": "trunk_filter", "treeStableTimer": 45.0,
-                      "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 32-bit Debug", "GTK Linux 64-bit Debug",
+                      "builderNames": ["GTK Linux 32-bit Release", "GTK Linux 64-bit Release", "GTK Linux 64-bit Debug",
                                        "Qt Linux Release", "Qt Linux Release minimal", "Qt Linux ARMv7 Release",
                                        "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt SnowLeopard Release",
                                        "Qt Linux MIPS Release", "Qt Linux SH4 Release",

Modified: trunk/Tools/ChangeLog (101676 => 101677)


--- trunk/Tools/ChangeLog	2011-12-01 17:23:19 UTC (rev 101676)
+++ trunk/Tools/ChangeLog	2011-12-01 17:36:31 UTC (rev 101677)
@@ -1,3 +1,14 @@
+2011-12-01  Philippe Normand  <[email protected]>
+
+        [GTK] Buildslave switch from 32-bit Debug to 64-bit Release
+        https://bugs.webkit.org/show_bug.cgi?id=73547
+
+        Reviewed by Adam Roben.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json: Rename
+        the 32-bit Debug configuration to 64-bit Release. The new slave is
+        a 64-bit machine already. The 32-bit slave will be shut down.
+
 2011-12-01  Martin Robinson  <[email protected]>
 
         [GTK] build-jsc should not trigger gtkdoc generation
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to