Bug 152790

Summary: EWS bubbles should show what the bot did
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Tools / TestsAssignee: Aakash Jain <aakash_jain>
Status: RESOLVED FIXED    
Severity: Normal CC: aakash_jain, ap, lforschler, simon.fraser
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=176332
https://bugs.webkit.org/show_bug.cgi?id=179506
https://bugs.webkit.org/show_bug.cgi?id=201253

Description Simon Fraser (smfr) 2016-01-06 10:56:42 PST
From the EWS bubbles you can't tell if a bot is a build-only bot, or a build-and-test bot. All this time I've been assuming that GTK was running tests, and that assumption was wrong.
Comment 1 Aakash Jain 2017-09-08 11:03:49 PDT
After fix in https://bugs.webkit.org/show_bug.cgi?id=176332 EWS now displays whether it did run tests or not. You will need to click on each bubble to see this information.
Comment 2 Alexey Proskuryakov 2017-09-08 11:17:11 PDT
I think that this is relatively easy to solve from UI standpoint - we just need a description line at the top of a bubble. It should also tell what OS version is being tested.

What's a bit of a challenge is keeping this information up to date - EWS has no concept of bot registration. So we either need to add such a concept, or to manually maintain a description file for EWS bots.
Comment 3 Aakash Jain 2019-09-04 11:53:04 PDT
Fixed in https://bugs.webkit.org/show_bug.cgi?id=201253

EWS bubbles now shows a symbol indicating if the bubble is for build, test or both.