Changeset 142121 in webkit


Ignore:
Timestamp:
Feb 7, 2013 7:35:27 AM (11 years ago)
Author:
rakuco@webkit.org
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.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r141602 r142121  
    7575                    { "name": "efl-linux-slave-3", "platform": "efl" },
    7676                    { "name": "efl-linux-slave-4", "platform": "efl" },
     77                    { "name": "efl-linux-perf-1", "platform": "efl" },
    7778
    7879                    { "name": "mips-1", "platform": "qt-mipsel"},
     
    333334                      "name": "EFL Linux 64-bit Release WK2", "type": "BuildAndTestWebKit2Only", "builddir": "efl-linux-64-release-wk2",
    334335                      "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
     336                      "triggers": ["efl-linux-perf-1"],
    335337                      "slavenames": ["efl-linux-slave-2"]
    336338                    },
     
    344346                      "platform": "efl", "configuration": "release", "architectures": ["i386"],
    345347                      "slavenames": ["efl-linux-slave-3"]
     348                    },
     349                    {
     350                      "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "DownloadAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
     351                      "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
     352                      "slavenames": ["efl-linux-perf-1"]
    346353                    }
    347354                  ],
     
    429436                    { "type": "Triggerable", "name": "gtk-linux-64-release-tests-wk2",
    430437                      "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)"]
    431441                    }
    432442                  ]
  • trunk/Tools/ChangeLog

    r142120 r142121  
     12013-02-07  Raphael Kubo da Costa  <raphael.kubo.da.costa@intel.com>
     2
     3        [EFL] Add a WebKit2 Performance bot.
     4        https://bugs.webkit.org/show_bug.cgi?id=109188
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/config.json: Add the
     9        efl-linux-perf-1 slave (a 64-bit Release WK2 Perf bot), and make
     10        the "EFL Linux 64-bit Release" bot trigger it.
     11
    1122013-02-07  Xiaobo Wang  <xbwang@torchmobile.com.cn>
    213
Note: See TracChangeset for help on using the changeset viewer.