-
Notifications
You must be signed in to change notification settings - Fork 499
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
Feature: accept neutral conclusion in CI-Test #1238
Comments
I think it would make sense to include "neutral" checks there. Though I think the "skipped" conclusion is much more likely to appear (at least when custom GHActions like https://github.com/systemd/systemd/blob/main/.github/workflows/cifuzz.yml are skipped conditionally). Anyway, to be absolutely certain I think I need to take a look at what the check does and try to figure out where it lost another commit checked by CI:
I'm pretty sure all the commits are tested there one way or another |
Judging by
Looks like systemd/systemd#21261 was excluded. I don't think it has anything to do with the check conclusions though. |
So do you think it's safe to add the neutral? |
I haven't been able to find any other app apart from LGTM using the "neutral" status so I think it would probably make sense to wait for bug reports with examples of specific CI services that can be "neutral" from time to time. "skipped" usually appear when some conditions specified in GH Actions aren't met. For example, in https://github.com/evverx/systemd/runs/4249276023?check_suite_focus=true CIFuzz was skipped because it's just a fork of the systemd repository and I'd probably close this issue. |
Thank for looking into this! |
We may be missing check status in the CI-Test. See this change that was made for the SAST check #1237 (comment). I think we should make the same change in CI-Test check.
@evverx wdut?
The text was updated successfully, but these errors were encountered: