[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

jhoneycutt at apple.com jhoneycutt at apple.com
Wed Dec 22 12:41:21 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 7fa9f8176df6b9e453b025aafabe69c9c5544cfa
Author: jhoneycutt at apple.com <jhoneycutt at apple.com@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Fri Aug 27 06:55:44 2010 +0000

    Add Windows WebKit2 Tester to buildbot
    <rdar://problem/7887703>
    
    Reviewed by Dan Bernstein.
    
    * BuildSlaveSupport/build.webkit.org-config/config.json:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@66185 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
index 49d770d..89a768a 100644
--- a/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
+++ b/WebKitTools/BuildSlaveSupport/build.webkit.org-config/config.json
@@ -23,6 +23,7 @@
                     { "name": "apple-windows-4", "platform": "win"},
                     { "name": "apple-windows-5", "platform": "win"},
                     { "name": "apple-windows-6", "platform": "win"},
+                    { "name": "apple-windows-7", "platform": "win"},
 
                     { "name": "gtk-linux-slave-1", "platform": "gtk"},
                     { "name": "gtk-linux-slave-2", "platform": "gtk"},
@@ -96,7 +97,7 @@
                     {
                       "name": "Windows Debug (Build)", "type": "Build", "builddir": "win-debug",
                       "platform": "win", "configuration": "debug", "architectures": ["i386"],
-                      "triggers": ["win-debug-tests"],
+                      "triggers": ["win-debug-tests", "win-debug-tests-wk2"],
                       "slavenames": ["apple-windows-1", "test-slave"]
                     },
                     {
@@ -104,6 +105,10 @@
                       "platform": "win", "configuration": "debug", "architectures": ["i386"],
                       "slavenames": ["apple-windows-4", "apple-windows-3", "apple-windows-5", "apple-windows-6", "test-slave"]
                     },
+                    { "name": "Windows Debug (WebKit2 Tests)", "type": "TestWebKit2", "builddir": "win-debug-tests-wk2",
+                      "platform": "win", "configuration": "debug", "architectures": ["i386"],
+                      "slavenames": ["apple-windows-7", "test-slave"]
+                    },
                     {
                       "name": "GTK Linux 32-bit Release", "type": "BuildAndTest", "builddir": "gtk-linux-32-release",
                       "platform": "gtk", "configuration": "release", "architectures": ["i386"],
@@ -218,6 +223,9 @@
                     },
                     { "type": "Triggerable", "name": "win-debug-tests",
                       "builderNames": ["Windows Debug (Tests)"]
+                    },
+                    { "type": "Triggerable", "name": "win-debug-tests-wk2",
+                      "builderNames": ["Windows Debug (WebKit2 Tests)"]
                     }
                   ]
 }
diff --git a/WebKitTools/ChangeLog b/WebKitTools/ChangeLog
index a183ff4..fe08350 100644
--- a/WebKitTools/ChangeLog
+++ b/WebKitTools/ChangeLog
@@ -1,3 +1,12 @@
+2010-08-26  Jon Honeycutt  <jhoneycutt at apple.com>
+
+        Add Windows WebKit2 Tester to buildbot
+        <rdar://problem/7887703>
+
+        Reviewed by Dan Bernstein.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2010-08-26  Philippe Normand  <pnormand at igalia.com>
 
         Reviewed by Martin Robinson.

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list