Changeset 76584 in webkit


Ignore:
Timestamp:
Jan 25, 2011 3:43:11 AM (13 years ago)
Author:
kov@webkit.org
Message:

2011-01-25 Gustavo Noronha Silva <gustavo.noronha@collabora.co.uk>

Reviewed by Andreas Kling.

[GTK] Remove 64 bits release bot from the buildbot master
https://bugs.webkit.org/show_bug.cgi?id=52899

Removes the 64 bits release slave from the buildbot configuration,
so that we can use it as an EWS.

  • 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

    r76554 r76584  
    4141                    { "name": "gtk-linux-slave-2", "platform": "gtk"},
    4242                    { "name": "gtk-linux-slave-3", "platform": "gtk"},
    43                     { "name": "gtk-linux-slave-4", "platform": "gtk"},
    4443
    4544                    { "name": "szeged-linux-1", "platform": "qt"},
     
    144143                    },
    145144                    {
    146                       "name": "GTK Linux 64-bit Release", "type": "BuildAndTest", "builddir": "gtk-linux-64-release",
    147                       "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
    148                       "slavenames": ["gtk-linux-slave-4"]
    149                     },
    150                     {
    151145                      "name": "Qt Linux Release", "type": "BuildAndTest", "builddir": "qt-linux-release",
    152146                      "platform": "qt", "configuration": "release", "architectures": ["i386"],
     
    233227                      "builderNames": ["Leopard Intel Release (Build)", "Leopard Intel Debug (Build)",
    234228                                       "SnowLeopard Intel Release (Build)", "SnowLeopard Intel Leaks",
    235                                        "GTK Linux 32-bit Release", "GTK Linux 32-bit Debug", "GTK Linux 64-bit Debug", "GTK Linux 64-bit Release",
     229                                       "GTK Linux 32-bit Release", "GTK Linux 32-bit Debug", "GTK Linux 64-bit Debug",
    236230                                       "Qt Linux Release", "Qt Linux Release minimal", "Qt Linux ARMv5 Release", "Qt Linux ARMv7 Release",
    237231                                       "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug",
  • trunk/Tools/ChangeLog

    r76574 r76584  
     12011-01-25  Gustavo Noronha Silva  <gustavo.noronha@collabora.co.uk>
     2
     3        Reviewed by Andreas Kling.
     4
     5        [GTK] Remove 64 bits release bot from the buildbot master
     6        https://bugs.webkit.org/show_bug.cgi?id=52899
     7
     8        Removes the 64 bits release slave from the buildbot configuration,
     9        so that we can use it as an EWS.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/config.json:
     12
    1132011-01-24  Maciej Stachowiak  <mjs@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.