Changeset 86444 in webkit


Ignore:
Timestamp:
May 13, 2011 10:36:41 AM (13 years ago)
Author:
Adam Roben
Message:

Group all the NRWT bots together

This also gets the new NRWT bots out of the middle of Apple's bots. Since these new NRWT
bots are experimental, it seems best not to clutter up the non-experimental bots with
experimental ones.

Fixes <http://webkit.org/b/60769> New "(NRWT)" bots are right in the middle of Apple's bots
on build.webkit.org

Reviewed by Dan Bernstein.

  • BuildSlaveSupport/build.webkit.org-config/config.json: Moved the "(NRWT)" bots next to the

Chromium testers, which also use new-run-webkit-tests.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r86411 r86444  
    118118                    },
    119119                    {
    120                       "name": "Leopard Intel Release (NRWT)", "type": "NewBuildAndTest", "builddir": "google-new-tests-leopard",
    121                       "platform": "mac-leopard", "configuration": "release", "architectures": ["i386"],
    122                       "slavenames": ["google-new-tests-leopard"]
    123                     },
    124                     {
    125                       "name": "SnowLeopard Intel Release (NRWT)", "type": "NewBuildAndTest", "builddir": "google-new-tests",
    126                       "platform": "mac-snowleopard", "configuration": "release", "architectures": ["x86_64"],
    127                       "slavenames": ["google-new-tests"]
    128                     },
    129                     {
    130120                      "name": "Windows Release (Build)", "type": "Build", "builddir": "win-release",
    131121                      "platform": "win", "configuration": "release", "architectures": ["i386"],
     
    222212                      "platform": "chromium-linux", "configuration": "release", "architectures": ["i386"],
    223213                      "slavenames": ["google-linux-2"]
     214                    },
     215                    {
     216                      "name": "Leopard Intel Release (NRWT)", "type": "NewBuildAndTest", "builddir": "google-new-tests-leopard",
     217                      "platform": "mac-leopard", "configuration": "release", "architectures": ["i386"],
     218                      "slavenames": ["google-new-tests-leopard"]
     219                    },
     220                    {
     221                      "name": "SnowLeopard Intel Release (NRWT)", "type": "NewBuildAndTest", "builddir": "google-new-tests",
     222                      "platform": "mac-snowleopard", "configuration": "release", "architectures": ["x86_64"],
     223                      "slavenames": ["google-new-tests"]
    224224                    },
    225225                    {
  • trunk/Tools/ChangeLog

    r86442 r86444  
     12011-05-13  Adam Roben  <aroben@apple.com>
     2
     3        Group all the NRWT bots together
     4
     5        This also gets the new NRWT bots out of the middle of Apple's bots. Since these new NRWT
     6        bots are experimental, it seems best not to clutter up the non-experimental bots with
     7        experimental ones.
     8
     9        Fixes <http://webkit.org/b/60769> New "(NRWT)" bots are right in the middle of Apple's bots
     10        on build.webkit.org
     11
     12        Reviewed by Dan Bernstein.
     13
     14        * BuildSlaveSupport/build.webkit.org-config/config.json: Moved the "(NRWT)" bots next to the
     15        Chromium testers, which also use new-run-webkit-tests.
     16
    1172011-05-13  Adam Roben  <aroben@apple.com>
    218
Note: See TracChangeset for help on using the changeset viewer.