RESOLVED FIXED 208811
Generate commit-queue status bubble from new EWS
https://bugs.webkit.org/show_bug.cgi?id=208811
Summary Generate commit-queue status bubble from new EWS
Aakash Jain
Reported 2020-03-09 07:48:14 PDT
Display commit-queue status bubble from new EWS.
Attachments
Patch (2.20 KB, patch)
2020-03-09 07:49 PDT, Aakash Jain
no flags
Aakash Jain
Comment 1 2020-03-09 07:49:56 PDT
Jonathan Bedard
Comment 3 2020-03-09 09:33:49 PDT
Comment on attachment 393033 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393033&action=review > Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:302 > + for queue in StatusBubble.ALL_QUEUES: This part confuses me a bit because it seems to be the inverse of what we had before. Before, we would iterate through all bubbles if there was a patch and is had NOT been sent to Buildbot, now, we iterate through all the bubble is there is a patch and it HAS been sent to Buildbot.
Aakash Jain
Comment 4 2020-03-09 09:41:58 PDT
Comment on attachment 393033 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393033&action=review >> Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:302 >> + for queue in StatusBubble.ALL_QUEUES: > > This part confuses me a bit because it seems to be the inverse of what we had before. > > Before, we would iterate through all bubbles if there was a patch and is had NOT been sent to Buildbot, now, we iterate through all the bubble is there is a patch and it HAS been sent to Buildbot. Before, if a patch was not sent to buildbot, we would exit early and display submit-to-ews button. If the patch was sent to buildbot, we would generate all it's bubbles. Should be same now as well.
Jonathan Bedard
Comment 5 2020-03-09 11:48:21 PDT
Comment on attachment 393033 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=393033&action=review >>> Tools/BuildSlaveSupport/ews-app/ews/views/statusbubble.py:302 >>> + for queue in StatusBubble.ALL_QUEUES: >> >> This part confuses me a bit because it seems to be the inverse of what we had before. >> >> Before, we would iterate through all bubbles if there was a patch and is had NOT been sent to Buildbot, now, we iterate through all the bubble is there is a patch and it HAS been sent to Buildbot. > > Before, if a patch was not sent to buildbot, we would exit early and display submit-to-ews button. If the patch was sent to buildbot, we would generate all it's bubbles. Should be same now as well. I'm sorry, you're right, was mis-reading the code.
EWS
Comment 6 2020-03-10 05:27:25 PDT
Committed r258198: <https://trac.webkit.org/changeset/258198> All reviewed patches have been landed. Closing bug and clearing flags on attachment 393033 [details].
Radar WebKit Bug Importer
Comment 7 2020-03-10 05:28:12 PDT
Note You need to log in before you can comment on or make changes to this bug.