Changeset 166710 in webkit


Ignore:
Timestamp:
Apr 3, 2014, 2:39:33 AM (11 years ago)
Author:
Csaba Osztrogonác
Message:

Add EFL WK2 performance bot to build.webkit.org
https://bugs.webkit.org/show_bug.cgi?id=131034

Fix after r166707, use "Perf" instead of "perf" for consistency.

Patch by Zsolt Borbely <zsborbely.u-szeged@partner.samsung.com> on 2014-04-03
Reviewed by Csaba Osztrogonác.

  • 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

    r166707 r166710  
    205205                    },
    206206                    {
    207                       "name": "EFL Linux 64-bit Release WK2 (perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
     207                      "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
    208208                      "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
    209209                      "SVNMirror": "svn://webkit.inf.u-szeged.hu/webkit/",
  • trunk/Tools/ChangeLog

    r166707 r166710  
     12014-04-03  Zsolt Borbely  <zsborbely.u-szeged@partner.samsung.com>
     2
     3        Add EFL WK2 performance bot to build.webkit.org
     4        https://bugs.webkit.org/show_bug.cgi?id=131034
     5
     6        Fix after r166707, use "Perf" instead of "perf" for consistency.
     7
     8        Reviewed by Csaba Osztrogonác.
     9
     10        * BuildSlaveSupport/build.webkit.org-config/config.json:
     11
    1122014-04-03  Zsolt Borbely  <zsborbely.u-szeged@partner.samsung.com>
    213
Note: See TracChangeset for help on using the changeset viewer.