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

Changeset 252453 in webkit


Ignore:
Timestamp:
Nov 14, 2019, 3:29:14 AM (7 years ago)
Author:
aakash_jain@apple.com
Message:

[ews] Enable JSC queue on new EWS
https://bugs.webkit.org/show_bug.cgi?id=204179

Reviewed by Jonathan Bedard.

  • BuildSlaveSupport/ews-build/config.json: Enabled the scheduler for JSC queue.
  • BuildSlaveSupport/ews-app/ews/views/statusbubble.py: Enabled JSC queue bubble on new EWS.
  • QueueStatusServer/config/queues.py: Removed JSC queue from old EWS.
  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:

(BubbleQueueServer): Removed JSC queue from bot-watcher's dashboard.

Location:
trunk/Tools
Files:
5 edited

Legend:

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

    r249046 r252453  
    2929        "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, shortName: "commit", title: "Commit Queue"},
    3030        "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"},
    31         "jsc-ews": {platform: Dashboard.Platform.macOSMojave, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"},
    3231        "jsc-mips-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-mips-ews", title: "MIPS\xa0Release\xa0Build\xa0EWS"},
    3332        "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
  • trunk/Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py

    r252017 r252453  
    4343                  'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', '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', 'webkitperl', 'webkitpy', 'services']
     45                      'ios-wk2', 'mac-wk1', 'mac-wk2', 'mac-debug-wk1', 'api-ios', 'api-mac', 'bindings', 'jsc', 'webkitperl', 'webkitpy', 'services']
    4646    # FIXME: Auto-generate the queue's trigger relationship
    4747    QUEUE_TRIGGERS = {
  • trunk/Tools/BuildSlaveSupport/ews-build/config.json

    r250742 r252453  
    484484      "port": 5555,
    485485      "builderNames": ["Apply-WatchList-EWS", "Bindings-Tests-EWS", "GTK-Webkit2-EWS", "iOS-13-Build-EWS", "iOS-13-Simulator-Build-EWS",
    486                        "macOS-High-Sierra-Debug-Build-EWS", "macOS-High-Sierra-Release-Build-EWS",
     486                       "JSC-Tests-EWS", "macOS-High-Sierra-Debug-Build-EWS", "macOS-High-Sierra-Release-Build-EWS",
    487487                       "Services-EWS", "Style-EWS", "WebKitPerl-Tests-EWS", "WebKitPy-Tests-EWS", "WPE-EWS", "WinCairo-EWS"]
    488488    },
     
    491491      "name": "disabled",
    492492      "port": 5556,
    493       "builderNames": ["JSC-Tests-EWS", "Windows-EWS"]
     493      "builderNames": ["Windows-EWS"]
    494494    },
    495495    {
  • trunk/Tools/ChangeLog

    r252450 r252453  
     12019-11-14  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews] Enable JSC queue on new EWS
     4        https://bugs.webkit.org/show_bug.cgi?id=204179
     5
     6        Reviewed by Jonathan Bedard.
     7
     8        * BuildSlaveSupport/ews-build/config.json: Enabled the scheduler for JSC queue.
     9        * BuildSlaveSupport/ews-app/ews/views/statusbubble.py: Enabled JSC queue bubble on new EWS.
     10        * QueueStatusServer/config/queues.py: Removed JSC queue from old EWS.
     11        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
     12        (BubbleQueueServer): Removed JSC queue from bot-watcher's dashboard.
     13
    1142019-11-13  Wenson Hsieh  <wenson_hsieh@apple.com>
    215
  • trunk/Tools/QueueStatusServer/config/queues.py

    r249046 r252453  
    3333all_queue_names = [
    3434    "commit-queue",
    35     "jsc-ews",
    3635    "jsc-mips-ews",
    3736    "jsc-armv7-ews",
Note: See TracChangeset for help on using the changeset viewer.