WebKit Bugzilla
Attachment 372749 Details for
Bug 199150
: [ews-build] Remove iOS 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-199150-20190624085909.patch (text/plain), 2.32 KB, created by
Aakash Jain
on 2019-06-24 05:59:10 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Aakash Jain
Created:
2019-06-24 05:59:10 PDT
Size:
2.32 KB
patch
obsolete
>Index: Tools/ChangeLog >=================================================================== >--- Tools/ChangeLog (revision 246731) >+++ Tools/ChangeLog (working copy) >@@ -1,3 +1,13 @@ >+2019-06-24 Aakash Jain <aakash_jain@apple.com> >+ >+ [ews-build] Remove iOS queue from old EWS and dashboard >+ https://bugs.webkit.org/show_bug.cgi?id=199150 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js: >+ * QueueStatusServer/config/queues.py: >+ > 2019-06-22 Zalan Bujtas <zalan@apple.com> > > [LFC] Expand tests coverage (328 new tests -> 2652). >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 246731) >+++ Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/BubbleQueueServer.js (working copy) >@@ -29,7 +29,6 @@ BubbleQueueServer = function() > "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-ews": {platform: Dashboard.Platform.iOS12Device, shortName: "ios", title: "Release\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"}, >Index: Tools/QueueStatusServer/config/queues.py >=================================================================== >--- Tools/QueueStatusServer/config/queues.py (revision 246731) >+++ Tools/QueueStatusServer/config/queues.py (working copy) >@@ -34,7 +34,6 @@ all_queue_names = [ > "commit-queue", > "style-queue", > "gtk-wk2-ews", >- "ios-ews", > "ios-sim-ews", > "jsc-ews", > "jsc-mips-ews",
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 199150
: 372749