RESOLVED FIXED 203117
[ews] status bubbles should show details from all the builds in case build is retried
https://bugs.webkit.org/show_bug.cgi?id=203117
Summary [ews] status bubbles should show details from all the builds in case build is...
Aakash Jain
Reported 2019-10-17 12:04:04 PDT
EWS status bubbles should show details from all the builds in case build is retried.
Attachments
Patch (6.61 KB, patch)
2019-10-17 12:34 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2019-10-17 12:34:50 PDT
Aakash Jain
Comment 2 2019-10-17 12:36:23 PDT
Sample run: https://ews.webkit-uat.org/status-bubble/380828/ Notice that services bubble is listing all the retried builds.
Jonathan Bedard
Comment 3 2019-10-17 12:51:49 PDT
Comment on attachment 381215 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=381215&action=review > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:189 > + message += '\n\n' + self._steps_messages(build) How long can this get? Looking at your example, the tooltip is totally reasonable, but it seems like we don't actually have a limit on how many builds you have here
Aakash Jain
Comment 4 2019-10-17 13:37:49 PDT
(In reply to Jonathan Bedard from comment #3) > > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:189 > > + message += '\n\n' + self._steps_messages(build) > > How long can this get? We are not limiting anything currently. > > Looking at your example, the tooltip is totally reasonable, but it seems like we don't actually have a limit on how many builds you have here We can have the problem of too much text even with a single build. Not sure what's a good limit to put. Maybe we can land this patch as is, and see if and how exactly do we hit this issue of too much text, and then solve it appropriately.
WebKit Commit Bot
Comment 5 2019-10-17 14:02:52 PDT
Comment on attachment 381215 [details] Patch Clearing flags on attachment: 381215 Committed r251256: <https://trac.webkit.org/changeset/251256>
WebKit Commit Bot
Comment 6 2019-10-17 14:02:53 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2019-10-17 14:03:26 PDT
Aakash Jain
Comment 8 2019-10-18 06:37:18 PDT
Deployed in production.
Note You need to log in before you can comment on or make changes to this bug.