Changeset 247143 in webkit


Ignore:
Timestamp:
Jul 4, 2019 10:30:42 AM (5 years ago)
Author:
aakash_jain@apple.com
Message:

[ews-build] Remove GTK and WPE queue from old EWS and dashboard
https://bugs.webkit.org/show_bug.cgi?id=199458

Reviewed by Michael Catanzaro.

  • BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
  • QueueStatusServer/config/queues.py:
Location:
trunk/Tools
Files:
3 edited

Legend:

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

    r246741 r247143  
    2929        "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, shortName: "commit", title: "Commit Queue"},
    3030        "style-queue": {shortName: "style", title: "Style Checker Queue"},
    31         "gtk-wk2-ews": {platform: Dashboard.Platform.LinuxGTK, shortName: "gtk-wk2", title: "WebKit2\xa0Release\xa0Build\xa0EWS"},
    3231        "ios-sim-ews": {platform: Dashboard.Platform.iOS12Simulator, shortName: "ios-sim", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
    3332        "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"},
     
    3938        "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
    4039        "wincairo-ews": {platform: Dashboard.Platform.WinCairo, shortName: "wincairo", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
    41         "wpe-ews": {platform: Dashboard.Platform.LinuxWPE, shortName: "wpe", title: "WebKit2\xa0Release\xa0Build\xa0EWS"},
    4240    };
    4341
  • trunk/Tools/ChangeLog

    r247140 r247143  
     12019-07-04  Aakash Jain  <aakash_jain@apple.com>
     2
     3        [ews-build] Remove GTK and WPE queue from old EWS and dashboard
     4        https://bugs.webkit.org/show_bug.cgi?id=199458
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
     9        * QueueStatusServer/config/queues.py:
     10
    1112019-07-04  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    212
  • trunk/Tools/QueueStatusServer/config/queues.py

    r246741 r247143  
    3434    "commit-queue",
    3535    "style-queue",
    36     "gtk-wk2-ews",
    3736    "ios-sim-ews",
    3837    "jsc-ews",
     
    4544    "win-ews",
    4645    "wincairo-ews",
    47     "wpe-ews",
    4846]
    4947
Note: See TracChangeset for help on using the changeset viewer.