Title: [142121] trunk/Tools
Revision
142121
Author
[email protected]
Date
2013-02-07 07:35:27 -0800 (Thu, 07 Feb 2013)

Log Message

[EFL] Add a WebKit2 Performance bot.
https://bugs.webkit.org/show_bug.cgi?id=109188

Reviewed by Csaba Osztrogonác.

* BuildSlaveSupport/build.webkit.org-config/config.json: Add the
efl-linux-perf-1 slave (a 64-bit Release WK2 Perf bot), and make
the "EFL Linux 64-bit Release" bot trigger it.

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-02-07 15:24:28 UTC (rev 142120)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-02-07 15:35:27 UTC (rev 142121)
@@ -74,6 +74,7 @@
                     { "name": "efl-linux-slave-2", "platform": "efl" },
                     { "name": "efl-linux-slave-3", "platform": "efl" },
                     { "name": "efl-linux-slave-4", "platform": "efl" },
+                    { "name": "efl-linux-perf-1", "platform": "efl" },
 
                     { "name": "mips-1", "platform": "qt-mipsel"},
 
@@ -332,6 +333,7 @@
                     {
                       "name": "EFL Linux 64-bit Release WK2", "type": "BuildAndTestWebKit2Only", "builddir": "efl-linux-64-release-wk2",
                       "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
+                      "triggers": ["efl-linux-perf-1"],
                       "slavenames": ["efl-linux-slave-2"]
                     },
                     {
@@ -343,6 +345,11 @@
                       "name": "EFL Linux 32-bit Release (Build)", "type": "Build", "builddir": "efl-linux-32-release",
                       "platform": "efl", "configuration": "release", "architectures": ["i386"],
                       "slavenames": ["efl-linux-slave-3"]
+                    },
+                    {
+                      "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
+                      "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
+                      "slavenames": ["efl-linux-perf-1"]
                     }
                   ],
 
@@ -428,6 +435,9 @@
                     },
                     { "type": "Triggerable", "name": "gtk-linux-64-release-tests-wk2",
                       "builderNames": ["GTK Linux 64-bit Release WK2 (Tests)"]
+                    },
+                    { "type": "Triggerable", "name": "efl-linux-64-release-wk2-perf",
+                      "builderNames": ["EFL Linux 64-bit Release WK2 (Perf)"]
                     }
                   ]
 }

Modified: trunk/Tools/ChangeLog (142120 => 142121)


--- trunk/Tools/ChangeLog	2013-02-07 15:24:28 UTC (rev 142120)
+++ trunk/Tools/ChangeLog	2013-02-07 15:35:27 UTC (rev 142121)
@@ -1,3 +1,14 @@
+2013-02-07  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Add a WebKit2 Performance bot.
+        https://bugs.webkit.org/show_bug.cgi?id=109188
+
+        Reviewed by Csaba Osztrogonác.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json: Add the
+        efl-linux-perf-1 slave (a 64-bit Release WK2 Perf bot), and make
+        the "EFL Linux 64-bit Release" bot trigger it.
+
 2013-02-07  Xiaobo Wang  <[email protected]>
 
         [BlackBerry] CHHW - Characters that are using 32 bits encoding get trunked to 16bits
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to