WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Aakash Jain
Comment 1
2020-03-09 07:49:56 PDT
Created
attachment 393033
[details]
Patch
Aakash Jain
Comment 2
2020-03-09 08:08:39 PDT
Sample runs:
https://ews.webkit-uat.org/status-bubble/391081/
https://ews.webkit-uat.org/status-bubble/392839/
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
<
rdar://problem/60269688
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug