⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 238445 in webkit


Ignore:
Timestamp:
Nov 22, 2018, 6:18:05 AM (8 years ago)
Author:
Philippe Normand
Message:

[GTK] Remove unmaintained bots
https://bugs.webkit.org/show_bug.cgi?id=191467

Reviewed by Alex Christensen.

The Linux 32-bits and ARM build-slaves are no longer maintained
and have been failing for months, so get rid of them.

  • BuildSlaveSupport/build.webkit.org-config/config.json:
  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:

(WebKitBuildbot):

  • BuildSlaveSupport/build.webkit.org-config/steps_unittest.py:
Location:
trunk/Tools
Files:
4 edited

Legend:

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

    r237810 r238445  
    295295                    },
    296296                    {
    297                       "name": "GTK Linux 32-bit Release", "type": "BuildAndNonLayoutTestAndGenerateJSCBundle", "builddir": "gtk-linux-32-release",
    298                       "platform": "gtk", "configuration": "release", "architectures": ["i386"],
    299                       "slavenames": ["gtk-linux-slave-1"]
    300                     },
    301                     {
    302297                      "name": "GTK Linux 64-bit Release (Build)", "type": "BuildAndGenerateJSCBundle", "builddir": "gtk-linux-64-release",
    303298                      "platform": "gtk", "configuration": "release", "architectures": ["x86_64"],
     
    320315                      "platform": "gtk", "configuration": "debug", "architectures": ["x86_64"],
    321316                      "slavenames": ["gtk-linux-slave-7"]
    322                     },
    323                     {
    324                       "name": "GTK Linux ARM Release", "type": "BuildAndNonLayoutTest", "builddir": "gtk-linux-arm-release",
    325                       "platform": "gtk", "configuration": "release", "architectures": ["armv7"],
    326                       "slavenames": ["gtk-linux-slave-5"]
    327317                    },
    328318                    {
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js

    r238328 r238445  
    8989        "GTK Wayland Testers": {platform: Dashboard.Platform.LinuxGTK, heading: "Wayland", combinedQueues: {
    9090            "GTK Linux 64-bit Release Wayland (Tests)": {heading: "Wayland"},
    91         }},
    92         "GTK ARM Testers": {platform: Dashboard.Platform.LinuxGTK, heading: "ARM", combinedQueues: {
    93             "GTK Linux ARM Release": {heading: "ARM"}
    94         }},
    95         "GTK 32-bit Testers": {platform: Dashboard.Platform.LinuxGTK, heading: "32-bit", combinedQueues: {
    96             "GTK Linux 32-bit Release": {heading: "32-bit"},
    9791        }}
    9892    };
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/steps_unittest.py

    r237991 r238445  
    569569    'GTK Linux 64-bit Release Ubuntu LTS (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'],
    570570    'GTK Linux 64-bit Release Debian Stable (Build)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'compile-webkit'],
    571     'GTK Linux ARM Release': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'jhbuild', 'compile-webkit', 'jscore-test', 'webkitpy-test', 'webkitperl-test', 'bindings-generation-tests', 'builtins-generator-tests', 'dashboard-tests', 'API tests', 'webdriver-test'],
    572571
    573572    'WinCairo 64-bit JSC Debug (Tests)': ['configure build', 'svn', 'kill old processes', 'delete WebKitBuild directory', 'delete stale build files', 'download-built-product', 'extract-built-product', 'jscore-test'],
  • trunk/Tools/ChangeLog

    r238444 r238445  
     12018-11-22  Philippe Normand  <pnormand@igalia.com>
     2
     3        [GTK] Remove unmaintained bots
     4        https://bugs.webkit.org/show_bug.cgi?id=191467
     5
     6        Reviewed by Alex Christensen.
     7
     8        The Linux 32-bits and ARM build-slaves are no longer maintained
     9        and have been failing for months, so get rid of them.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/config.json:
     12        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/WebKitBuildbot.js:
     13        (WebKitBuildbot):
     14        * BuildSlaveSupport/build.webkit.org-config/steps_unittest.py:
     15
    1162018-11-22  Thibault Saunier  <tsaunier@igalia.com>
    217
Note: See TracChangeset for help on using the changeset viewer.