Title: [107931] trunk/Tools
Revision
107931
Author
o...@webkit.org
Date
2012-02-16 07:16:44 -0800 (Thu, 16 Feb 2012)

Log Message

Add new Qt performance tester bot to build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=78795

Reviewed by Adam Roben.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-02-16 14:58:48 UTC (rev 107930)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2012-02-16 15:16:44 UTC (rev 107931)
@@ -187,6 +187,11 @@
                       "slavenames": ["szeged-linux-2"]
                     },
                     {
+                      "name": "Qt Linux 64-bit Release (Perf)", "type": "BuildAndPerfTest", "builddir": "qt-linux-64-release-perf-tests",
+                      "platform": "qt", "configuration": "release", "architectures": ["x86_64"],
+                      "slavenames": ["szeged-linux-3"]
+                    },
+                    {
                       "name": "Qt Linux ARMv7 Release", "type": "Build", "builddir": "qt-linux-armv7-release",
                       "platform": "qt", "configuration": "release", "architectures": ["armv7"],
                       "slavenames": ["szeged-linux-4"]
@@ -280,7 +285,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",
-                                       "Qt Linux Release", "Qt Linux Release minimal", "Qt Linux ARMv7 Release",
+                                       "Qt Linux Release", "Qt Linux Release minimal", "Qt Linux 64-bit Release (Perf)", "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",
                                        "Chromium Win Release", "Chromium Win Release (Tests)", "Chromium Mac Release", "Chromium Mac Release (Tests)",

Modified: trunk/Tools/ChangeLog (107930 => 107931)


--- trunk/Tools/ChangeLog	2012-02-16 14:58:48 UTC (rev 107930)
+++ trunk/Tools/ChangeLog	2012-02-16 15:16:44 UTC (rev 107931)
@@ -1,3 +1,12 @@
+2012-02-16  Csaba Osztrogonác  <o...@webkit.org>
+
+        Add new Qt performance tester bot to build.webkit.org
+        https://bugs.webkit.org/show_bug.cgi?id=78795
+
+        Reviewed by Adam Roben.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2012-02-16  Patrick Gansterer  <par...@webkit.org>
 
         Disable inspector on WinCE.
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to