RESOLVED FIXED 186523
[JSCOnly] Add a MIPS32el JSCOnly EWS
https://bugs.webkit.org/show_bug.cgi?id=186523
Summary [JSCOnly] Add a MIPS32el JSCOnly EWS
Carlos Alberto Lopez Perez
Reported 2018-06-11 08:14:56 PDT
We will like to add an EWS for the JSCOnly port that cross-builds for MIPS32el so we can get early notifications of build failures.
Attachments
Patch (12.31 KB, patch)
2018-06-11 09:51 PDT, Carlos Alberto Lopez Perez
mcatanzaro: review+
Archive of layout-test-results from ews116 for mac-sierra (3.00 MB, application/zip)
2018-06-11 11:26 PDT, EWS Watchlist
no flags
Carlos Alberto Lopez Perez
Comment 1 2018-06-11 09:51:53 PDT
EWS Watchlist
Comment 2 2018-06-11 11:26:43 PDT
Comment on attachment 342439 [details] Patch Attachment 342439 [details] did not pass mac-debug-ews (mac): Output: http://webkit-queues.webkit.org/results/8131235 New failing tests: media/video-buffering-allowed.html
EWS Watchlist
Comment 3 2018-06-11 11:26:45 PDT
Created attachment 342450 [details] Archive of layout-test-results from ews116 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews116 Port: mac-sierra Platform: Mac OS X 10.12.6
Michael Catanzaro
Comment 4 2018-06-11 11:35:40 PDT
Comment on attachment 342439 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=342439&action=review Yay! > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js:38 > + LinuxJSCOnly: { name : "linux-jsc-only", readableName: "Linux JSCOnly", order: 92 } For this to work, don't you also need to edit WebKitBuildbot.js? We also need a logo under dashboard/Styles/Main.css. When I asked the compilers team the other day, there was not much feedback in the way of a good logo, so we might as well use https://webkit.org/blog-files/squirrelfish.png I guess.
Carlos Alberto Lopez Perez
Comment 5 2018-06-12 04:29:01 PDT
(In reply to Michael Catanzaro from comment #4) > Comment on attachment 342439 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=342439&action=review > > Yay! > > > Tools/BuildSlaveSupport/build.webkit.org-config/public_html/dashboard/Scripts/Dashboard.js:38 > > + LinuxJSCOnly: { name : "linux-jsc-only", readableName: "Linux JSCOnly", order: 92 } > > For this to work, don't you also need to edit WebKitBuildbot.js? > > We also need a logo under dashboard/Styles/Main.css. When I asked the > compilers team the other day, there was not much feedback in the way of a > good logo, so we might as well use > https://webkit.org/blog-files/squirrelfish.png I guess. Mmm... good point. It seems I confused BubbleQueueServer.js from the dashboard with the bubbles from bugzilla patch upload (the ones from the EWS). The ones from bugzilla seem to be handled in Tools/QueueStatusServer/handlers/statusbubble.py and Tools/QueueStatusServer/templates/statusbubble.html and as far as I can see that doesn't have any specific port/queue configuration. It just show the bubbles from the EWS queues as soon as they happen. I will remove from this patch the modifications to the dashboard, as it seems that such thing is not needed here.
Carlos Alberto Lopez Perez
Comment 6 2018-06-12 04:40:26 PDT
Radar WebKit Bug Importer
Comment 7 2018-06-12 04:41:23 PDT
Aakash Jain
Comment 8 2018-06-12 14:45:06 PDT
I updated webkit-queues server to pick up this changes. The queue is now visible at https://webkit-queues.webkit.org/queue-status/jsc-mips-ews However, there is no bot configured on this queue yet. So there are lot of pending patches for this queue. Can you please configure a bot on this queue soon?
Carlos Alberto Lopez Perez
Comment 9 2018-06-12 18:51:53 PDT
(In reply to Aakash Jain from comment #8) > I updated webkit-queues server to pick up this changes. The queue is now > visible at https://webkit-queues.webkit.org/queue-status/jsc-mips-ews > > However, there is no bot configured on this queue yet. So there are lot of > pending patches for this queue. Can you please configure a bot on this queue > soon? I just added a worker. I will be watching it over the next days to ensure it works as expected. Thanks for the help :)
Carlos Alberto Lopez Perez
Comment 10 2018-06-13 03:50:38 PDT
Note You need to log in before you can comment on or make changes to this bug.