Bug 235554
| Summary: | GitHub checks doesn't display any information about pending builds for a PR | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Aakash Jain <aakash_jain> |
| Component: | Tools / Tests | Assignee: | Jonathan Bedard <jbedard> |
| Status: | ASSIGNED | ||
| Severity: | Normal | CC: | aakash_jain, ap, jbedard, 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=235516 | ||
Aakash Jain
GitHub checks doesn't display any information about pending builds for a PR. It only shows information about completed and in-progress build, but absolutely no information for pending builds. It's possible for GitHub check to say "All checks have passed" "4 successful checks", even though the PR is waiting on many other queues (on which it might fail).
Noticed this in one of my recent PR in which GitHub checks says "All checks have passed", even though the PR has pending build-request on a buildbot queue which is backlogged.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Aakash Jain
That's another reason to implement our custom solution for EWS UI on GitHub.
Radar WebKit Bug Importer
<rdar://problem/88309423>
Jonathan Bedard
Yes, this is a known limitation of our current approach.
I think having ews.webkit.org own updating GitHub will improve this situation, but unless ews.webkit.org is going to receive hooks from GitHub, I don't know that we'll ever be able to completely solve the problem.