WebKit Bugzilla
Attachment 373402 Details for
Bug 199458
: [ews-build] Remove GTK and WPE queue from old EWS and dashboard
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-199458-20190703141806.patch (text/plain), 3.11 KB, created by
Aakash Jain
on 2019-07-03 11:18:07 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-07-03 11:18:07 PDT
Size:
3.11 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 247095) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-07-03 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Remove GTK and WPE queue from old EWS and dashboard >+ https://bugs.webkit.org/show_bug.cgi?id=199458 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: >+ * QueueStatusServer/config/queues.py: >+ > 2019-07-03 Aakash Jain <aakash_jain@apple.com> > > Unreviewed follow-up fix to r247049, default the platform to '*' when platform property is not set. >Index: Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js >=================================================================== >--- Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (revision 247095) >+++ Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (working copy) >@@ -28,7 +28,6 @@ BubbleQueueServer = function() > const queueInfo = { > "commit-queue": {platform: Dashboard.Platform.macOSHighSierra, 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-sim-ews": {platform: Dashboard.Platform.iOS12Simulator, shortName: "ios-sim", title: "WebKit2\xa0Release\xa0Tests\xa0EWS"}, > "jsc-armv7-ews": {platform: Dashboard.Platform.LinuxJSCOnly, shortName: "jsc-armv7", title: "ARMv7\xa0Release\xa0Build\xa0EWS"}, > "jsc-ews": {platform: Dashboard.Platform.macOSMojave, shortName: "jsc", title: "Release\xa0JSC\xa0Tests\xa0EWS"}, >@@ -38,7 +37,6 @@ BubbleQueueServer = function() > "mac-debug-ews": {platform: Dashboard.Platform.macOSHighSierra, shortName: "mac-debug", title: "WebKit1\xa0Debug\xa0Tests\xa0EWS"}, > "win-ews": {platform: Dashboard.Platform.Windows10, shortName: "win", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}, > "wincairo-ews": {platform: Dashboard.Platform.WinCairo, shortName: "wincairo", title: "WebKit1\xa0Release\xa0Build\xa0EWS"}, >- "wpe-ews": {platform: Dashboard.Platform.LinuxWPE, shortName: "wpe", title: "WebKit2\xa0Release\xa0Build\xa0EWS"}, > }; > > BaseObject.call(this); >Index: Tools/QueueStatusServer/config/queues.py >=================================================================== >--- Tools/QueueStatusServer/config/queues.py (revision 247095) >+++ Tools/QueueStatusServer/config/queues.py (working copy) >@@ -33,7 +33,6 @@ from datetime import timedelta > all_queue_names = [ > "commit-queue", > "style-queue", >- "gtk-wk2-ews", > "ios-sim-ews", > "jsc-ews", > "jsc-mips-ews", >@@ -44,7 +43,6 @@ all_queue_names = [ > "mac-debug-ews", > "win-ews", > "wincairo-ews", >- "wpe-ews", > ] > > # If the patch is still active after this much time, then a bot must have frozen or rebooted,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 199458
: 373402