Title: [142249] trunk/Tools
Revision
142249
Author
[email protected]
Date
2013-02-08 01:56:42 -0800 (Fri, 08 Feb 2013)

Log Message

[EFL] Make the Performance bot also build WebKit.
https://bugs.webkit.org/show_bug.cgi?id=109273

Reviewed by Philippe Normand.

There has not been much benefit in fetching binaries compiled by
another bot; it makes the build bot take 6 to 7 minutes to upload
the binaries to build.webkit.org, we need to manually override
LD_LIBRARY_PATH to find the compiled libraries and still have
other path-related problems.

Since we have enough horsepower in the perf bot, let's experiment
with building WebKit there instead.

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

Modified Paths

Diff

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


--- trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-02-08 09:34:13 UTC (rev 142248)
+++ trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json	2013-02-08 09:56:42 UTC (rev 142249)
@@ -333,7 +333,6 @@
                     {
                       "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-64-release-wk2-perf"],
                       "slavenames": ["efl-linux-slave-2"]
                     },
                     {
@@ -347,7 +346,7 @@
                       "slavenames": ["efl-linux-slave-3"]
                     },
                     {
-                      "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
+                      "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
                       "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
                       "slavenames": ["efl-linux-perf-1"]
                     }
@@ -362,6 +361,7 @@
                                        "Chromium Win Release", "Chromium Mac Release", "Chromium Linux Release",
                                        "Chromium Android Release",
                                        "EFL Linux 64-bit Release", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)", "EFL Linux 64-bit Debug WK2",
+                                       "EFL Linux 64-bit Release WK2 (Perf)",
                                        "WinCairo Release", "WinCE Release (Build)"]
                     },
                     { "type": "PlatformSpecificScheduler", "platform": "mac-lion", "branch": "trunk", "treeStableTimer": 45.0,
@@ -435,9 +435,6 @@
                     },
                     { "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 (142248 => 142249)


--- trunk/Tools/ChangeLog	2013-02-08 09:34:13 UTC (rev 142248)
+++ trunk/Tools/ChangeLog	2013-02-08 09:56:42 UTC (rev 142249)
@@ -1,3 +1,21 @@
+2013-02-08  Raphael Kubo da Costa  <[email protected]>
+
+        [EFL] Make the Performance bot also build WebKit.
+        https://bugs.webkit.org/show_bug.cgi?id=109273
+
+        Reviewed by Philippe Normand.
+
+        There has not been much benefit in fetching binaries compiled by
+        another bot; it makes the build bot take 6 to 7 minutes to upload
+        the binaries to build.webkit.org, we need to manually override
+        LD_LIBRARY_PATH to find the compiled libraries and still have
+        other path-related problems.
+
+        Since we have enough horsepower in the perf bot, let's experiment
+        with building WebKit there instead.
+
+        * BuildSlaveSupport/build.webkit.org-config/config.json:
+
 2013-02-07  Jochen Eisinger  <[email protected]>
 
         [chromium] turn TestRunner library into a component build
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to