Changeset 123757 in webkit


Ignore:
Timestamp:
Jul 26, 2012 9:23:41 AM (12 years ago)
Author:
zecke@webkit.org
Message:

buildbot: Remove the configuration of hfreyther*
https://bugs.webkit.org/show_bug.cgi?id=91849

Reviewed by Adam Roben.

The machine running these configs was decommissioned and
there is no replacement at this point. Remove them from the
configuration.

  • BuildSlaveSupport/build.webkit.org-config/config.json: Remove hfreyther* from

the config. The Qt Linux SH4 and Qt Linux MIPS schedulers are orphaned, remove
them too.

Location:
trunk/Tools
Files:
2 edited

Legend:

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

    r123080 r123757  
    6464                    { "name": "efl-linux-slave-3", "platform": "efl" },
    6565                    { "name": "efl-linux-slave-4", "platform": "efl" },
    66 
    67                     { "name": "hfreyther-mipsel-linux1", "platform": "qt"},
    68                     { "name": "hfreyther-sh4-linux1", "platform": "qt"}
    6966                  ],
    7067
     
    194191                      "platform": "qt-mac", "configuration": "release", "architectures": ["x86_64"],
    195192                      "slavenames": ["indt-snowleopard"]
    196                     },
    197                     {
    198                       "name": "Qt Linux MIPS Release", "type": "Build", "builddir": "qt-linux-mips-release",
    199                       "platform": "qt", "configuration": "release", "architectures": ["mipsel"],
    200                       "slavenames": ["hfreyther-mipsel-linux1"]
    201                     },
    202                     {
    203                       "name": "Qt Linux SH4 Release", "type": "Build", "builddir": "qt-linux-sh4-release",
    204                       "platform": "qt", "configuration": "release", "architectures": ["sh4"],
    205                       "slavenames": ["hfreyther-sh4-linux1"]
    206193                    },
    207194                    {
     
    295282                                       "Qt Linux 64-bit Release (WebKit2 Perf)", "Qt Linux ARMv7 Release",
    296283                                       "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt SnowLeopard Release",
    297                                        "Qt Linux MIPS Release", "Qt Linux SH4 Release",
    298284                                       "Chromium Win Release", "Chromium Mac Release", "Chromium Linux Release",
    299285                                       "Chromium Android Release",
  • trunk/Tools/ChangeLog

    r123738 r123757  
     12012-07-20  Holger Hans Peter Freyther  <holger@moiji-mobile.com>
     2
     3        buildbot: Remove the configuration of hfreyther*
     4        https://bugs.webkit.org/show_bug.cgi?id=91849
     5
     6        Reviewed by Adam Roben.
     7
     8        The machine running these configs was decommissioned and
     9        there is no replacement at this point. Remove them from the
     10        configuration.
     11
     12        * BuildSlaveSupport/build.webkit.org-config/config.json: Remove hfreyther* from
     13        the config. The Qt Linux SH4 and Qt Linux MIPS schedulers are orphaned, remove
     14        them too.
     15
    1162012-07-26  Balazs Kelemen  <kbalazs@webkit.org>
    217
Note: See TracChangeset for help on using the changeset viewer.