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

Changeset 252775 in webkit


Ignore:
Timestamp:
Nov 22, 2019, 7:28:21 AM (7 years ago)
Author:
commit-queue@webkit.org
Message:

Remove JSC 32bit ARMv7 and MipsEl old EWS queues
https://bugs.webkit.org/show_bug.cgi?id=204344

Patch by Paulo Matos <Paulo Matos> on 2019-11-22
Reviewed by Aakash Jain.

Remove JSC armv7 and mips from old EWS queue and fix bubbles
by removing them from old ews and adding them to new ews.

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

(BubbleQueueServer):

  • BuildSlaveSupport/ews-app/ews/views/statusbubble.py:

(StatusBubble):

  • QueueStatusServer/config/queues.py:
Location:
trunk/Tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js

    r252453 r252775  
    2828    const queueInfo = {
    2929        "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, shortName: "commit", title: "Commit Queue"},
    30         "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"},
    31         "jsc-mips-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-mips-ews", title: "MIPS\xa0Release\xa0Build\xa0EWS"},
    3230        "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
    3331    };
  • trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py

    r252453 r252775  
    4141    # FIXME: Auto-generate this list https://bugs.webkit.org/show_bug.cgi?id=195640
    4242    ALL_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'gtk', 'wpe', 'wincairo',
    43                   'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'webkitperl', 'webkitpy', 'win', 'services']
     43                  'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'jsc-armv7', 'jsc-mips', 'webkitperl', 'webkitpy', 'win', 'services']
    4444    ENABLED_QUEUES = ['style', 'ios', 'ios-sim', 'mac', 'mac-debug', 'gtk', 'wpe', 'wincairo',
    45                       'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'webkitperl', 'webkitpy', 'services']
     45                      'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'jsc-armv7', 'jsc-mips', 'webkitperl', 'webkitpy', 'services']
    4646    # FIXME: Auto-generate the queue's trigger relationship
    4747    QUEUE_TRIGGERS = {
  • trunk/Tools/ChangeLog

    r252773 r252775  
     12019-11-22  Paulo Matos  <pmatos@igalia.com>
     2
     3        Remove JSC 32bit ARMv7 and MipsEl old EWS queues
     4        https://bugs.webkit.org/show_bug.cgi?id=204344
     5
     6        Reviewed by Aakash Jain.
     7
     8        Remove JSC armv7 and mips from old EWS queue and fix bubbles
     9        by removing them from old ews and adding them to new ews.
     10
     11        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
     12        (BubbleQueueServer):
     13        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py:
     14        (StatusBubble):
     15        * QueueStatusServer/config/queues.py:
     16
    1172019-11-22  Paulo Matos  <pmatos@igalia.com>
    218
  • trunk/Tools/QueueStatusServer/config/queues.py

    r252453 r252775  
    3333all_queue_names = [
    3434    "commit-queue",
    35     "jsc-mips-ews",
    36     "jsc-armv7-ews",
    3735    "jsc-i386-ews",
    3836    "win-ews",
Note: See TracChangeset for help on using the changeset viewer.