Changeset 89966 in webkit


Ignore:
Timestamp:
Jun 28, 2011, 3:09:58 PM (14 years ago)
Author:
rniwa@webkit.org
Message:

2011-06-28 Ryosuke Niwa <rniwa@webkit.org>

Reviewed by Adam Roben.

Add more machines to Chromium Mac Release and Chromium Mac Release (Tests)
https://bugs.webkit.org/show_bug.cgi?id=63500

Added google-mac-3 and google-mac-4.

  • 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

    r89486 r89966  
    5353
    5454                    { "name": "google-windows-1", "platform": "chromium-win" },
     55                    { "name": "google-windows-2", "platform": "chromium-win" },
    5556                    { "name": "google-mac-1", "platform": "chromium-mac" },
     57                    { "name": "google-mac-2", "platform": "chromium-mac" },
     58                    { "name": "google-mac-3", "platform": "chromium-mac" },
     59                    { "name": "google-mac-4", "platform": "chromium-mac" },
    5660                    { "name": "google-linux-1", "platform": "chromium-linux" },
    57                     { "name": "google-windows-2", "platform": "chromium-win" },
    58                     { "name": "google-mac-2", "platform": "chromium-mac" },
    5961                    { "name": "google-linux-2", "platform": "chromium-linux" },
    6062                    { "name": "google-new-tests", "platform": "mac-snowleopard" },
     
    192194                      "name": "Chromium Mac Release", "type": "Build", "builddir": "chromium-mac-release",
    193195                      "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
    194                       "slavenames": ["google-mac-1"]
     196                      "slavenames": ["google-mac-1", "google-mac-3"]
    195197                    },
    196198                    {
     
    207209                      "name": "Chromium Mac Release (Tests)", "type": "NewBuildAndTest", "builddir": "chromium-mac-release-tests",
    208210                      "platform": "chromium-mac", "configuration": "release", "architectures": ["i386"],
    209                       "slavenames": ["google-mac-2"]
     211                      "slavenames": ["google-mac-2", "google-mac-4"]
    210212                    },
    211213                    {
  • trunk/Tools/ChangeLog

    r89965 r89966  
     12011-06-28  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Reviewed by Adam Roben.
     4
     5        Add more machines to Chromium Mac Release and Chromium Mac Release (Tests)
     6        https://bugs.webkit.org/show_bug.cgi?id=63500
     7
     8        Added google-mac-3 and google-mac-4.
     9
     10        * BuildSlaveSupport/build.webkit.org-config/config.json:
     11
    1122011-06-28  Eric Seidel  <eric@webkit.org>
    213
Note: See TracChangeset for help on using the changeset viewer.