Changeset 109050 in webkit


Ignore:
Timestamp:
Feb 27, 2012 5:32:09 PM (12 years ago)
Author:
rniwa@webkit.org
Message:

Add Windows and Linux Chromium perf bots
https://bugs.webkit.org/show_bug.cgi?id=79418

Reviewed by Tony Chang.

Add Chromium Win and Linux perf bots. Also replace Chromium Mac by
the dedicated perf bot slave (uses the same hardware).

  • 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

    r108923 r109050  
    5656                    { "name": "google-windows-1", "platform": "chromium-win" },
    5757                    { "name": "google-windows-2", "platform": "chromium-win" },
     58                    { "name": "google-windows-perf", "platform": "chromium-win" },
    5859                    { "name": "google-mac-1", "platform": "chromium-mac" },
    5960                    { "name": "google-mac-2", "platform": "chromium-mac" },
    6061                    { "name": "google-mac-3", "platform": "chromium-mac" },
    6162                    { "name": "google-mac-4", "platform": "chromium-mac" },
     63                    { "name": "google-mac-perf", "platform": "chromium-mac" },
    6264                    { "name": "google-linux-1", "platform": "chromium-linux" },
    6365                    { "name": "google-linux-2", "platform": "chromium-linux" },
     66                    { "name": "google-linux-perf", "platform": "chromium-linux" },
    6467                    { "name": "google-linux-android", "platform": "chromium-android" },
    6568                    { "name": "google-linux-flexbox", "platform": "chromium-linux" },
     
    233236                    },
    234237                    {
     238                      "name": "Chromium Win Release (Perf)", "type": "BuildAndPerfTest", "builddir": "chromium-win-perf-tests",
     239                      "platform": "chromium-win", "configuration": "release", "architectures": ["i386"],
     240                      "slavenames": ["google-windows-perf"]
     241                    },
     242                    {
    235243                      "name": "Chromium Mac Release", "type": "Build", "builddir": "chromium-mac-release",
    236244                      "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
     
    240248                      "name": "Chromium Mac Release (Tests)", "type": "NewBuildAndTest", "builddir": "chromium-mac-release-tests",
    241249                      "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
    242                       "slavenames": ["google-mac-2"]
     250                      "slavenames": ["google-mac-2", "google-mac-4"]
     251                    },
     252                    {
     253                      "name": "Chromium Mac Release (Perf)", "type": "BuildAndPerfTest", "builddir": "chromium-mac-perf-tests",
     254                      "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
     255                      "slavenames": ["google-mac-perf"]
    243256                    },
    244257                    {
     
    253266                    },
    254267                    {
     268                      "name": "Chromium Linux Release (Perf)", "type": "BuildAndPerfTest", "builddir": "chromium-linux-perf-tests",
     269                      "platform": "chromium-linx", "configuration": "release", "architectures": ["i386"],
     270                      "slavenames": ["google-linx-perf"]
     271                    },
     272                    {
    255273                      "name": "Chromium Linux Release (Grid Layout)", "type": "NewBuildAndTest", "builddir": "chromium-linux-flexbox",
    256274                      "platform": "chromium-linux", "configuration": "release", "architectures": ["i386"],
     
    261279                      "platform": "chromium-android", "configuration": "release", "architectures": ["i386"],
    262280                      "slavenames": ["google-linux-android"]
    263                     },
    264                     {
    265                       "name": "Chromium Mac Release (Perf)", "type": "BuildAndPerfTest", "builddir": "chromium-mac-perf-tests",
    266                       "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
    267                       "slavenames": ["google-mac-4"]
    268281                    },
    269282                    {
     
    289302                                       "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt SnowLeopard Release",
    290303                                       "Qt Linux MIPS Release", "Qt Linux SH4 Release",
    291                                        "Chromium Win Release", "Chromium Win Release (Tests)", "Chromium Mac Release", "Chromium Mac Release (Tests)",
    292                                        "Chromium Linux Release", "Chromium Linux Release (Tests)", "Chromium Linux Release (Grid Layout)",
    293                                        "Chromium Android Release", "Chromium Mac Release (Perf)", "WinCairo Release", "WinCE Release (Build)",
    294                                        "EFL Linux Release"]
     304                                       "Chromium Win Release", "Chromium Win Release (Tests)", "Chromium Win Release (Perf)",
     305                                       "Chromium Mac Release", "Chromium Mac Release (Tests)", "Chromium Mac Release (Perf)",
     306                                       "Chromium Linux Release", "Chromium Linux Release (Tests)", "Chromium Linux Release (Perf)",
     307                                       "Chromium Linux Release (Grid Layout)", "Chromium Android Release",
     308                                       "WinCairo Release", "WinCE Release (Build)", "EFL Linux Release"]
    295309                    },
    296310                    { "type": "PlatformSpecificScheduler", "platform": "mac-snowleopard", "branch": "trunk", "treeStableTimer": 45.0,
  • trunk/Tools/ChangeLog

    r109049 r109050  
     12012-02-27  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Add Windows and Linux Chromium perf bots
     4        https://bugs.webkit.org/show_bug.cgi?id=79418
     5
     6        Reviewed by Tony Chang.
     7
     8        Add Chromium Win and Linux perf bots. Also replace Chromium Mac by
     9        the dedicated perf bot slave (uses the same hardware).
     10
     11        * BuildSlaveSupport/build.webkit.org-config/config.json:
     12
    1132012-02-27  Xianzhu Wang  <wangxianzhu@chromium.org>
    214
Note: See TracChangeset for help on using the changeset viewer.