Changeset 142249 in webkit


Ignore:
Timestamp:
Feb 8, 2013 1:56:42 AM (11 years ago)
Author:
rakuco@webkit.org
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/config.json

    r142133 r142249  
    334334                      "name": "EFL Linux 64-bit Release WK2", "type": "BuildAndTestWebKit2Only", "builddir": "efl-linux-64-release-wk2",
    335335                      "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
    336                       "triggers": ["efl-linux-64-release-wk2-perf"],
    337336                      "slavenames": ["efl-linux-slave-2"]
    338337                    },
     
    348347                    },
    349348                    {
    350                       "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
     349                      "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
    351350                      "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
    352351                      "slavenames": ["efl-linux-perf-1"]
     
    363362                                       "Chromium Android Release",
    364363                                       "EFL Linux 64-bit Release", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)", "EFL Linux 64-bit Debug WK2",
     364                                       "EFL Linux 64-bit Release WK2 (Perf)",
    365365                                       "WinCairo Release", "WinCE Release (Build)"]
    366366                    },
     
    436436                    { "type": "Triggerable", "name": "gtk-linux-64-release-tests-wk2",
    437437                      "builderNames": ["GTK Linux 64-bit Release WK2 (Tests)"]
    438                     },
    439                     { "type": "Triggerable", "name": "efl-linux-64-release-wk2-perf",
    440                       "builderNames": ["EFL Linux 64-bit Release WK2 (Perf)"]
    441438                    }
    442439                  ]
  • trunk/Tools/ChangeLog

    r142237 r142249  
     12013-02-08  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
     2
     3        [EFL] Make the Performance bot also build WebKit.
     4        https://bugs.webkit.org/show_bug.cgi?id=109273
     5
     6        Reviewed by Philippe Normand.
     7
     8        There has not been much benefit in fetching binaries compiled by
     9        another bot; it makes the build bot take 6 to 7 minutes to upload
     10        the binaries to build.webkit.org, we need to manually override
     11        LD_LIBRARY_PATH to find the compiled libraries and still have
     12        other path-related problems.
     13
     14        Since we have enough horsepower in the perf bot, let's experiment
     15        with building WebKit there instead.
     16
     17        * BuildSlaveSupport/build.webkit.org-config/config.json:
     18
    1192013-02-07  Jochen Eisinger  <jochen@chromium.org>
    220
Note: See TracChangeset for help on using the changeset viewer.