Summary: | EWS should clearly say which revision it is testing against | ||
---|---|---|---|
Product: | WebKit | Reporter: | Alexey Proskuryakov <ap> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW --- | ||
Severity: | Normal | CC: | aakash_jain, ap, dean_johnson, dino, jbedard, kocsen_chung, ryanhaddad, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=203698 |
Description
Alexey Proskuryakov
2020-09-01 11:57:04 PDT
We can expose git hash. However, EWS doesn’t know svn revision. We would need some way to convert git hash to corresponding svn revision. Right, we need to find a way to expose the svn revision. It's never ok to only expose a git hash - even when we migrate to git, everything in UI should be showing a manufactured revision. Do we have any service which can convert a WebKit git hash to corresponding svn revision? Maybe we should be using git-svn until we have git revision numbers. |