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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@190925
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
"commit-queue": {platform: Dashboard.Platform.MacOSXMavericks, shortName: "commit", title: "Commit Queue"},
"style-queue": {shortName: "style", title: "Style Checker Queue"},
"gtk-wk2-ews": {platform: Dashboard.Platform.LinuxGTK, shortName: "gtk-wk2", title: "WebKit2\xa0Release\xa0Build\xa0EWS"},
- "ios-ews": {platform: Dashboard.Platform.iOS8Device, shortName: "ios", title: "WebKit\xa0Release\xa0Build\xa0EWS"},
+ "ios-ews": {platform: Dashboard.Platform.iOS9Device, shortName: "ios", title: "WebKit\xa0Release\xa0Build\xa0EWS"},
"mac-ews": {platform: Dashboard.Platform.MacOSXMavericks, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
"mac-wk2-ews": {platform: Dashboard.Platform.MacOSXMavericks, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
"win-ews": {platform: Dashboard.Platform.Windows7, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},
MacOSXYosemite: { name: "mac-os-x-yosemite", readableName: "OS X Yosemite", order: 10 },
MacOSXMavericks: { name: "mac-os-x-mavericks", readableName: "OS X Mavericks", order: 20 },
iOS9Simulator: { name: "ios-simulator-9", readableName: "iOS 9 Simulator", order: 30 },
- iOS9Device: { name: "ios-9", readableName: "iOS 9", order: 35 },
- iOS8Device: { name: "ios-8", readableName: "iOS 8", order: 40 },
+ iOS9Device: { name: "ios-9", readableName: "iOS 9", order: 40 },
Windows8: { name: "windows-8", readableName: "Windows 8", order: 50 },
Windows7: { name: "windows-7", readableName: "Windows 7", order: 60 },
WindowsXP: { name: "windows-xp", readableName: "Windows XP", order: 70 },
2015-10-12 Alexey Proskuryakov <ap@apple.com>
+ 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:
+
+2015-10-12 Alexey Proskuryakov <ap@apple.com>
+
Fix webkitpy tests after r190922.
* Scripts/webkitpy/common/config/ews.json: