Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Check group is not getting the configured CI statuses #1089

Open
rohitgr7 opened this issue Aug 17, 2022 · 2 comments
Open

[BUG] Check group is not getting the configured CI statuses #1089

rohitgr7 opened this issue Aug 17, 2022 · 2 comments
Labels
bug Something isn't working

Comments

@rohitgr7
Copy link

Describe the bug

Check group is unable to capture the build statuses of the configure checks, even when all the checks have passed.

The service has started watching available check statues, but other
checks have not reported statuses yet.

To Reproduce
Steps to reproduce the behavior:

  1. Open check-group CI and other checks

There you can see all the checks are green, but check-group is still waiting for statuses to be reported. Also, finding which check it is waiting on is not possible.

Here is the configuration: https://github.com/Lightning-AI/lightning/blob/master/.github/checkgroup.yml

Expected behavior
check-group check should be green too since all the required checks have passed.

cc @Borda @otaj

@rohitgr7 rohitgr7 added the bug Something isn't working label Aug 17, 2022
@tianhaoz95
Copy link
Owner

Thanks for reporting the issue. Yes, I have seen this a few times. I think it might have to do with the fact that I have not migrated to the new heroku runtime which might affect the stability of the app. For example, when the last event happens, the app happens to be down due to the legacy runtime. I will take a long due deep dive into this the coming weekend.

@rohitgr7
Copy link
Author

thank you, @tianhaoz95 for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants