Skip to content

Commit 4f23d65

Browse files
webkitpy EWS should be present on the dashboard.
https://bugs.webkit.org/show_bug.cgi?id=179801 Reviewed by Aakash Jain. * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: (BubbleQueueServer): Add Webkitpy EWS. git-svn-id: http://svn.webkit.org/repository/webkit/trunk@225287 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent 224c13c commit 4f23d65

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ BubbleQueueServer = function()
3232
"ios-ews": {platform: Dashboard.Platform.iOS11Device, shortName: "ios", title: "Release\xa0Build\xa0EWS"},
3333
"ios-sim-ews": {platform: Dashboard.Platform.iOS11Simulator, shortName: "ios-sim", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},
3434
"bindings-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "bindings", title: "Bindings\xa0EWS"},
35+
"webkitpy-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "webkitpy", title: "Webkitpy\xa0EWS"},
3536
"jsc-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"},
3637
"mac-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac", title: "WebKit1\xa0Release\xa0Tests\xa0EWS"},
3738
"mac-wk2-ews": {platform: Dashboard.Platform.MacOSXElCapitan, shortName: "mac-wk2", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"},

Tools/ChangeLog

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
2017-11-29 Ryan Haddad <[email protected]>
2+
3+
webkitpy EWS should be present on the dashboard.
4+
https://bugs.webkit.org/show_bug.cgi?id=179801
5+
6+
Reviewed by Aakash Jain.
7+
8+
* BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js:
9+
(BubbleQueueServer): Add Webkitpy EWS.
10+
111
2017-11-29 Simon Fraser <[email protected]>
212

313
Viewport unit values affected by Comand-+ zoom

0 commit comments

Comments
 (0)