Title: [120937] trunk/Tools
Revision
120937
Author
ser...@webkit.org
Date
2012-06-21 10:25:59 -0700 (Thu, 21 Jun 2012)

Log Message

[GTK] Add a new webkit2 tests slave bot
https://bugs.webkit.org/show_bug.cgi?id=89336

Reviewed by Philippe Normand.

Slave configuration for a new GTK bot that will run WebKit2 tests.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-06-21 17:21:44 UTC (rev 120936)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-06-21 17:25:59 UTC (rev 120937)
@@ -29,6 +29,7 @@
                     { "name": "gtk-linux-slave-1", "platform": "gtk"},
                     { "name": "gtk-linux-slave-2", "platform": "gtk"},
                     { "name": "gtk-linux-slave-3", "platform": "gtk"},
+                    { "name": "gtk-linux-slave-4", "platform": "gtk"},
 
                     { "name": "szeged-linux-1", "platform": "qt-4.8"},
                     { "name": "szeged-linux-2", "platform": "qt-4.8"},
@@ -139,7 +140,7 @@
                     {
                       "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"]
+                      "slavenames": ["gtk-linux-slave-2"], "triggers": ["gtk-linux-64-release-tests-wk2"]
                     },
                     {
                       "name": "GTK Linux 64-bit Debug", "type": "BuildAndTest", "builddir": "gtk-linux-64-debug",
@@ -147,6 +148,11 @@
                       "slavenames": ["gtk-linux-slave-3"]
                     },
                     {
+                      "name": "GTK Linux 64-bit Release WK2 (Tests)", "type": "TestWebKit2", "builddir": "gtk-linux-64-release-tests-wk2",
+                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
+                      "slavenames": ["gtk-linux-slave-4"]
+                    },
+                    {
                       "name": "Qt Linux Release", "type": "BuildAndTest", "builddir": "qt-linux-release",
                       "platform": "qt-4.8", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["szeged-linux-1"]
@@ -334,6 +340,9 @@
                     },
                     { "type": "Triggerable", "name": "chromium-linux-perf-tests",
                       "builderNames": ["Chromium Linux Release (Perf)"]
+                    },
+                    { "type": "Triggerable", "name": "gtk-linux-64-release-tests-wk2",
+                      "builderNames": ["GTK Linux 64-bit Release WK2 (Tests)"]
                     }
                   ]
 }

Modified: trunk/Tools/ChangeLog (120936 => 120937)


--- trunk/Tools/ChangeLog	2012-06-21 17:21:44 UTC (rev 120936)
+++ trunk/Tools/ChangeLog	2012-06-21 17:25:59 UTC (rev 120937)
@@ -1,3 +1,14 @@
+2012-06-21  Sergio Villar Senin  <svil...@igalia.com>
+
+        [GTK] Add a new webkit2 tests slave bot
+        https://bugs.webkit.org/show_bug.cgi?id=89336
+
+        Reviewed by Philippe Normand.
+
+        Slave configuration for a new GTK bot that will run WebKit2 tests.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2012-06-21  Thiago Marcos P. Santos  <thiago.san...@intel.com>
 
         [Qt] Add a custom Color Chooser widget to MiniBrowser
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to