From f45c58f8bd7ddb01a5128bd4481266a4740bfd39 Mon Sep 17 00:00:00 2001 From: "ap@apple.com" Date: Tue, 13 Oct 2015 05:13:05 +0000 Subject: [PATCH] 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: git-svn-id: https://svn.webkit.org/repository/webkit/trunk@190925 268f45cc-cd09-0410-ab3c-d52691b4dbfc --- .../public_html/dashboard/Scripts/BubbleQueueServer.js | 2 +- .../public_html/dashboard/Scripts/Dashboard.js | 3 +-- Tools/ChangeLog | 11 +++++++++++ 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js index 2d7c051..b40e921 100644 --- a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js +++ b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js @@ -29,7 +29,7 @@ BubbleQueueServer = function() "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"}, diff --git a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js index 1777c55..b3f904e 100644 --- a/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js +++ b/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js @@ -29,8 +29,7 @@ Dashboard = { 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 }, diff --git a/Tools/ChangeLog b/Tools/ChangeLog index 02e54c8..ff1da6e 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,5 +1,16 @@ 2015-10-12 Alexey Proskuryakov + 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 + Fix webkitpy tests after r190922. * Scripts/webkitpy/common/config/ews.json: -- 1.8.3.1