Changeset 150181 in webkit


Ignore:
Timestamp:
May 16, 2013 5:49:23 AM (11 years ago)
Author:
dominik.rottsches@intel.com
Message:

[EFL] Remove Intel Wk2 Buildbots from Master
https://bugs.webkit.org/show_bug.cgi?id=116149

Removing Intel maintained EFL Wk2 bots except the handle for efl-linux-slave-2
since Gyuyoung Kim from Samsung plans to take over and maintain it.

Reviewed by Benjamin Poulain.

  • 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

    r149776 r150181  
    5353                    { "name": "efl-linux-slave-2", "platform": "efl" },
    5454                    { "name": "efl-linux-slave-3", "platform": "efl" },
    55                     { "name": "efl-linux-slave-4", "platform": "efl" },
    56                     { "name": "efl-linux-perf-1", "platform": "efl" },
    5755
    5856                    { "name": "mips-1", "platform": "qt-mipsel"},
     
    252250                    },
    253251                    {
    254                       "name": "EFL Linux 64-bit Debug WK2", "type": "BuildAndTestWebKit2Only", "builddir": "efl-linux-64-debug-wk2",
    255                       "platform": "efl", "configuration": "debug", "architectures": ["x86_64"],
    256                       "slavenames": ["efl-linux-slave-4"]
    257                     },
    258                     {
    259252                      "name": "EFL Linux 32-bit Release (Build)", "type": "Build", "builddir": "efl-linux-32-release",
    260253                      "platform": "efl", "configuration": "release", "architectures": ["i386"],
    261254                      "slavenames": ["efl-linux-slave-3"]
    262                     },
    263                     {
    264                       "name": "EFL Linux 64-bit Release WK2 (Perf)", "type": "BuildAndPerfTestWebKit2", "builddir": "efl-linux-64-release-wk2-perf",
    265                       "platform": "efl", "configuration": "release", "architectures": ["x86_64"],
    266                       "slavenames": ["efl-linux-perf-1"]
    267255                    }
    268256                  ],
     
    274262                                       "Qt Linux SH4 Release",
    275263                                       "Qt Windows 32-bit Release", "Qt Windows 32-bit Debug", "Qt Mountain Lion Release",
    276                                        "EFL Linux 64-bit Release", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)", "EFL Linux 64-bit Debug WK2",
    277                                        "EFL Linux 64-bit Release WK2 (Perf)",
     264                                       "EFL Linux 64-bit Release", "EFL Linux 64-bit Release WK2", "EFL Linux 32-bit Release (Build)",
    278265                                       "WinCairo Release", "WinCE Release (Build)"]
    279266                    },
  • trunk/Tools/ChangeLog

    r150131 r150181  
     12013-05-15  Dominik Röttsches  <dominik.rottsches@intel.com>
     2
     3        [EFL] Remove Intel Wk2 Buildbots from Master
     4        https://bugs.webkit.org/show_bug.cgi?id=116149
     5
     6        Removing Intel maintained EFL Wk2 bots except the handle for efl-linux-slave-2
     7        since Gyuyoung Kim from Samsung plans to take over and maintain it.
     8
     9        Reviewed by Benjamin Poulain.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/config.json:
     12
    1132013-05-15  Brent Fulgham  <bfulgham@apple.com>
    214
Note: See TracChangeset for help on using the changeset viewer.