Skip to content

Commit 596def4

Browse files
"Release 32-bit Build EWS" queue should be moved up to macOS High Sierra on Bot Watcher's Dashboard
https://bugs.webkit.org/show_bug.cgi?id=181071 Reviewed by Alexey Proskuryakov. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@226253 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent e96f5f5 commit 596def4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ BubbleQueueServer = function()
3737
"mac-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
3838
"mac-wk2-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
3939
"mac-debug-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"},
40-
"mac-32bit-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac-32bit", title: "Release\xa032\u2011bit\xa0Build\xa0EWS"},
40+
"mac-32bit-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-32bit", title: "Release\xa032\u2011bit\xa0Build\xa0EWS"},
4141
"win-ews": {platform: Dashboard.Platform.Windows7, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}
4242
};
4343

Tools/ChangeLog

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2017-12-21 Ling Ho <[email protected]>
2+
3+
"Release 32-bit Build EWS" queue should be moved up to macOS High Sierra on Bot Watcher's Dashboard
4+
https://bugs.webkit.org/show_bug.cgi?id=181071
5+
6+
Reviewed by Alexey Proskuryakov.
7+
8+
19
2017-12-21 Mark Lam <[email protected]>
210

311
Add WTF::PoisonedUniquePtr to replace std::unique_ptr when poisoning is desired.

0 commit comments

Comments
 (0)