Changeset 245674 in webkit
- Timestamp:
- May 22, 2019, 11:57:34 PM (7 years ago)
- Location:
- trunk/Tools
- Files:
-
- 2 edited
-
BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (modified) (1 diff)
-
ChangeLog (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js
r244852 r245674 38 38 "mac-wk2-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"}, 39 39 "mac-debug-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"}, 40 "win-ews": {platform: Dashboard.Platform.Windows 7, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"},40 "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}, 41 41 "wincairo-ews": {platform: Dashboard.Platform.WinCairo, shortName: "wincairo", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}, 42 42 "wpe-ews": {platform: Dashboard.Platform.LinuxWPE, shortName: "wpe", title: "WebKit2\xa0Release\xa0Build\xa0EWS"}, -
trunk/Tools/ChangeLog
r245671 r245674 1 2019-05-22 Ryan Haddad <ryanhaddad@apple.com> 2 3 Move win-ews queue bubble to Win10 section of dashboard 4 https://bugs.webkit.org/show_bug.cgi?id=198159 5 6 Reviewed by Alexey Proskuryakov. 7 8 * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: 9 (BubbleQueueServer): Change platform to Windows10 to match the OS version of the bots. 10 1 11 2019-05-22 Myles C. Maxfield <mmaxfield@apple.com> 2 12
Note:
See TracChangeset
for help on using the changeset viewer.