Bug 152790 - EWS bubbles should show what the bot did
Summary: EWS bubbles should show what the bot did
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Aakash Jain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-06 10:56 PST by Simon Fraser (smfr)
Modified: 2019-09-04 11:54 PDT (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.