Changeset 190925 in webkit


Ignore:
Timestamp:
Oct 12, 2015 10:13:05 PM (8 years ago)
Author:
ap@apple.com
Message:

Update bot watcher's dashboard to reflect that EWS is on iOS 9 now
https://bugs.webkit.org/show_bug.cgi?id=149983

Reviewed by Dan Bates.

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

(BubbleQueueServer):

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

Legend:

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

    r187605 r190925  
    3030        "style-queue": {shortName: "style", title: "Style Checker Queue"},
    3131        "gtk-wk2-ews": {platform: Dashboard.Platform.LinuxGTK, shortName: "gtk-wk2", title: "WebKit2\xa0Release\xa0Build\xa0EWS"},
    32         "ios-ews": {platform: Dashboard.Platform.iOS8Device, shortName: "ios", title: "WebKit\xa0Release\xa0Build\xa0EWS"},
     32        "ios-ews": {platform: Dashboard.Platform.iOS9Device, shortName: "ios", title: "WebKit\xa0Release\xa0Build\xa0EWS"},
    3333        "mac-ews": {platform: Dashboard.Platform.MacOSXMavericks, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
    3434        "mac-wk2-ews": {platform: Dashboard.Platform.MacOSXMavericks, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
  • trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js

    r190776 r190925  
    3030        MacOSXMavericks: { name: "mac-os-x-mavericks", readableName: "OS X Mavericks", order: 20 },
    3131        iOS9Simulator: { name: "ios-simulator-9", readableName: "iOS 9 Simulator", order: 30 },
    32         iOS9Device: { name: "ios-9", readableName: "iOS 9", order: 35 },
    33         iOS8Device: { name: "ios-8", readableName: "iOS 8", order: 40 },
     32        iOS9Device: { name: "ios-9", readableName: "iOS 9", order: 40 },
    3433        Windows8: { name: "windows-8", readableName: "Windows 8", order: 50 },
    3534        Windows7: { name: "windows-7", readableName: "Windows 7", order: 60 },
  • trunk/Tools/ChangeLog

    r190924 r190925  
     12015-10-12  Alexey Proskuryakov  <ap@apple.com>
     2
     3        Update bot watcher's dashboard to reflect that EWS is on iOS 9 now
     4        https://bugs.webkit.org/show_bug.cgi?id=149983
     5
     6        Reviewed by Dan Bates.
     7
     8        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
     9        (BubbleQueueServer):
     10        * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js:
     11
    1122015-10-12  Alexey Proskuryakov  <ap@apple.com>
    213
Note: See TracChangeset for help on using the changeset viewer.