RESOLVED FIXED209543
[ews] status-bubble should link to buildbot queue while waiting in queue
https://bugs.webkit.org/show_bug.cgi?id=209543
Summary [ews] status-bubble should link to buildbot queue while waiting in queue
Aakash Jain
Reported 2020-03-25 07:36:55 PDT
While a patch is waiting in queue, its ews status bubble shows position in queue, but doesn't link to anything. I would be nice if the status-bubble could link to the corresponding buildbot queue. This will allow the users to easily navigate to corresponding buildbot queue and check recent builds and pending patches in queue.
Attachments
Patch (2.86 KB, patch)
2020-03-25 07:39 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2020-03-25 07:39:55 PDT
Aakash Jain
Comment 2 2020-03-25 07:40:54 PDT
Radar WebKit Bug Importer
Comment 3 2020-03-25 07:41:48 PDT
Jonathan Bedard
Comment 4 2020-03-25 11:04:00 PDT
Comment on attachment 394493 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=394493&action=review > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:99 > + if self._get_parent_queue(queue): Is _get_parent_queue low-cost call? Because we're calling it twice if it returns something.
Aakash Jain
Comment 5 2020-03-25 11:06:02 PDT
Comment on attachment 394493 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=394493&action=review >> Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:99 >> + if self._get_parent_queue(queue): > > Is _get_parent_queue low-cost call? Because we're calling it twice if it returns something. Yeah, it's just a local dictionary lookup.
EWS
Comment 6 2020-03-25 11:08:06 PDT
Committed r258997: <https://trac.webkit.org/changeset/258997> All reviewed patches have been landed. Closing bug and clearing flags on attachment 394493 [details].
Note You need to log in before you can comment on or make changes to this bug.